diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-22 23:02:07 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-22 23:02:07 +0800 |
commit | d0cda025c9b6fbaef4e7dfed7e30392b810e4064 (patch) | |
tree | 7923c8305fbf1f3491f3b5cc9f3fb6d977f7e1dd /x11-toolkits/wxgtk26/Makefile | |
parent | ef34477068d9cf6e16f6d8bb7b049b27e6891d96 (diff) | |
download | freebsd-ports-gnome-d0cda025c9b6fbaef4e7dfed7e30392b810e4064.tar.gz freebsd-ports-gnome-d0cda025c9b6fbaef4e7dfed7e30392b810e4064.tar.zst freebsd-ports-gnome-d0cda025c9b6fbaef4e7dfed7e30392b810e4064.zip |
- wxgtk26-contrib-utils: fix the build and bump PORTREVISION.
Pointed out by: kris (via pointyhat)
Diffstat (limited to 'x11-toolkits/wxgtk26/Makefile')
-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> |