1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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 <uzsolt@uzsolt.hu> (maintainer)
This commit is contained in:
Tobias Kortkamp 2018-07-20 13:03:25 +00:00
parent d2b02e7406
commit 66a23c72c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475011

View File

@ -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 <bsd.port.mk>