aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
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
parentaebae6da29fb9ddda2a4745586673bfeb03c8e6a (diff)
downloadports-31cd8e0489fb686ff0bb7164990cd07b4f855dca.tar.gz
ports-31cd8e0489fb686ff0bb7164990cd07b4f855dca.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxgtk26-contrib-utils/Makefile2
-rw-r--r--x11-toolkits/wxgtk26/Makefile4
-rw-r--r--x11-toolkits/wxgtk28/Makefile4
-rw-r--r--x11-toolkits/wxgtk29/Makefile4
4 files changed, 11 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk26-contrib-utils/Makefile b/x11-toolkits/wxgtk26-contrib-utils/Makefile
index 2dcbdbb7f106..93b80dd2d22d 100644
--- a/x11-toolkits/wxgtk26-contrib-utils/Makefile
+++ b/x11-toolkits/wxgtk26-contrib-utils/Makefile
@@ -5,6 +5,8 @@
# $FreeBSD$
#
+PORTREVISION= 2
+
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit utils
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile
index 3a78184e5301..de871bd57b92 100644
--- a/x11-toolkits/wxgtk26/Makefile
+++ b/x11-toolkits/wxgtk26/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>
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index 3a78184e5301..de871bd57b92 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/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>
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>