From 070022adc7a086959629bfe409420b8230d26bf4 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 28 Mar 2010 20:21:03 +0000 Subject: - Fix build with png-1.4.1 - bump PORTREVISION Submitted by: Warren Block (private mail) --- x11-toolkits/wxgtk26/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/wxgtk26/Makefile') 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 -- cgit