aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk26
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-28 20:21:03 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-28 20:21:03 +0000
commite43b87e4e7d78fff4f3cfff2fe59cbafd36d7f7d (patch)
treebe53439a9421e1e22a7fb21574facf0586aafb67 /x11-toolkits/wxgtk26
parent4786d57d7028fcaf9219f5174adfcab58aa26236 (diff)
downloadports-e43b87e4e7d78fff4f3cfff2fe59cbafd36d7f7d.tar.gz
ports-e43b87e4e7d78fff4f3cfff2fe59cbafd36d7f7d.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk26')
-rw-r--r--x11-toolkits/wxgtk26/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile
index 99c542716ac3..fdf6ed97a8be 100644
--- a/x11-toolkits/wxgtk26/Makefile
+++ b/x11-toolkits/wxgtk26/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wx
PORTVERSION= 2.6.4
-PORTREVISION?= 4
+PORTREVISION?= 5
CATEGORIES= x11-toolkits
MASTER_SITES= SF/wxwindows/wxGTK/${PORTVERSION}
PKGNAMESUFFIX= ${WXGTK_FLAVOR}
@@ -90,7 +90,8 @@ CONFIGURE_ARGS+=--enable-unicode
post-patch:
@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
- s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
+ s|pkg_config_args --libs|pkg_config_args pangox --libs|g ; \
+ s|png_check_sig|png_sig_cmp|g' \
${WRKSRC}/configure
.include <bsd.port.mk>