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/wxgtk26 | |
parent | aebae6da29fb9ddda2a4745586673bfeb03c8e6a (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/wxgtk26')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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> |