diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-22 15:02:07 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-22 15:02:07 +0000 |
commit | 31cd8e0489fb686ff0bb7164990cd07b4f855dca (patch) | |
tree | c2aaebfdf30f06f525609087d6ff3fb53b46bdcc /x11-toolkits | |
parent | - Fix LIB_DEPENDS for wxgtk24-contrib port (diff) |
- wxgtk26-contrib-utils: fix the build and bump PORTREVISION.
Pointed out by: kris (via pointyhat)
Notes
Notes:
svn path=/head/; revision=135870
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk26-contrib-utils/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 4 |
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> |