diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-28 20:21:03 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-28 20:21:03 +0000 |
commit | e43b87e4e7d78fff4f3cfff2fe59cbafd36d7f7d (patch) | |
tree | be53439a9421e1e22a7fb21574facf0586aafb67 /x11-toolkits | |
parent | 4786d57d7028fcaf9219f5174adfcab58aa26236 (diff) | |
download | ports-e43b87e4e7d78fff4f3cfff2fe59cbafd36d7f7d.tar.gz ports-e43b87e4e7d78fff4f3cfff2fe59cbafd36d7f7d.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 5 |
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> |