aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk29
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-11-05 06:12:23 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-11-05 06:12:23 +0000
commit74b91ca9be26ca3b1f4e8baae748a2a98f044e95 (patch)
treeb31598c95b60c03b3b74221965e9a998f3433543 /x11-toolkits/wxgtk29
parent90c3ce14928f9224fe2da2e5faf4fead401cbc4a (diff)
downloadports-74b91ca9be26ca3b1f4e8baae748a2a98f044e95.tar.gz
ports-74b91ca9be26ca3b1f4e8baae748a2a98f044e95.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r--x11-toolkits/wxgtk29/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index bc246aa12119..32607492ebd1 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wx
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wxwindows
@@ -86,6 +87,11 @@ pre-configure:
.endif # !gtk2-contrib-common
.endif # *-contrib*
+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' \
+ ${WRKSRC}/configure
+
.include <bsd.port.pre.mk>
.if ${WXGTK_FLAVOR:M*-unicode*} != ""