From 66a23c72c511208b887554725c07085f2c7b3539 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 20 Jul 2018 13:03:25 +0000 Subject: [PATCH] Unbreak graphics/diff-pdf wxWidgets 3.0 isn't actually required and it builds and runs fine with 2.8. Loosen the version requirement in configure.ac. PR: 229902 Approved by: Zsolt Udvari (maintainer) --- graphics/diff-pdf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile index 8b9b68958ebc..27d3002c3718 100644 --- a/graphics/diff-pdf/Makefile +++ b/graphics/diff-pdf/Makefile @@ -12,8 +12,6 @@ COMMENT= Tool for visually comparing two PDFs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to configure - LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib @@ -27,4 +25,7 @@ USE_WX= 2.8+ PLIST_FILES= bin/${PORTNAME} +post-patch: + @${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac + .include