aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk29
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-05-22 15:02:07 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-05-22 15:02:07 +0000
commit31cd8e0489fb686ff0bb7164990cd07b4f855dca (patch)
treec2aaebfdf30f06f525609087d6ff3fb53b46bdcc /x11-toolkits/wxgtk29
parentaebae6da29fb9ddda2a4745586673bfeb03c8e6a (diff)
downloadports-31cd8e0489fb686ff0bb7164990cd07b4f855dca.tar.gz
ports-31cd8e0489fb686ff0bb7164990cd07b4f855dca.zip
Notes
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r--x11-toolkits/wxgtk29/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index 3a78184e5301..de871bd57b92 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -66,6 +66,7 @@ INSTALLS_SHLIB= yes
.endif # *-common
.if ${WXGTK_FLAVOR:M*-contrib*} != ""
+.if ${WXGTK_FLAVOR} != "gtk2-contrib-utils"
BUILD_WRKSRC= ${WRKSRC}/contrib
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@@ -84,7 +85,8 @@ pre-configure:
-e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \
-e "s,@CPPFLAGS@,,"
-.endif # !gtk-contrib-common
+.endif # !gtk2-contrib-common
+.endif # !gtk2-contrib-utils
.endif # *-contrib*
.include <bsd.port.pre.mk>