diff options
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> |