diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-08-31 18:22:33 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-08-31 18:22:33 +0000 |
commit | db49b4a00be8e87ed949e216001b8518435bed9a (patch) | |
tree | cd16df9bde29e279441264d09dd6f9f5c0edc1c7 /x11-toolkits/wxgtk26 | |
parent | f1f1ae4b095bacca2ea05060b606d7fdd1544eb9 (diff) | |
download | ports-db49b4a00be8e87ed949e216001b8518435bed9a.tar.gz ports-db49b4a00be8e87ed949e216001b8518435bed9a.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk26')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 4be8d8741115..bc246aa12119 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -65,7 +65,6 @@ INSTALLS_SHLIB= yes .endif # *-common .if ${WXGTK_FLAVOR:M*-contrib*} != "" -.if ${WXGTK_FLAVOR} != "gtk2-contrib-utils" BUILD_WRKSRC= ${WRKSRC}/contrib INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -85,7 +84,6 @@ pre-configure: -e "s|@CPPFLAGS@||" .endif # !gtk2-contrib-common -.endif # !gtk2-contrib-utils .endif # *-contrib* .include <bsd.port.pre.mk> |