diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-08-31 18:22:33 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-08-31 18:22:33 +0000 |
commit | cb44659e51c26b844f25bbc599ee06acf403c482 (patch) | |
tree | e3d4276cacb321e141bdab43aa1f7ca686e1987b /x11-toolkits/wxgtk26 | |
parent | 8210a4274c024b82dbfe7067466707bc1f105804 (diff) | |
download | FreeBSD-ports-cb44659e51c26b844f25bbc599ee06acf403c482.zip FreeBSD-ports-cb44659e51c26b844f25bbc599ee06acf403c482.tar.gz |
Remove last remnants of wxgtk2-contrib-utils port.
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 4be8d87..bc246aa 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> |