aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-30 01:59:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-30 01:59:10 +0000
commite9767ebc93d4c743c77d7734338481f72f9a26e9 (patch)
tree8df100941e9f2104120e32263628b6cb3ebdac02 /x11-toolkits/wxgtk24/Makefile
parentb5a99000c3e9ffd95eae07cf6344c83754af3895 (diff)
downloadports-e9767ebc93d4c743c77d7734338481f72f9a26e9.tar.gz
ports-e9767ebc93d4c743c77d7734338481f72f9a26e9.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r--x11-toolkits/wxgtk24/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile
index 24ca9563f8f7..7e33091651a5 100644
--- a/x11-toolkits/wxgtk24/Makefile
+++ b/x11-toolkits/wxgtk24/Makefile
@@ -53,7 +53,8 @@ pre-patch:
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.post.mk>