diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:33:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:33:57 +0000 |
commit | 44bc610c06bbd2eeca1da478cecb805655d2988b (patch) | |
tree | fe5501feaa4a22debf7e81bed553250dccc2066d /security/hashish | |
parent | BROKEN on 4.x: Does not compile (diff) |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=123764
Diffstat (limited to 'security/hashish')
-rw-r--r-- | security/hashish/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index 59d4f07c2dcd..2167f331c223 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 .endif +BROKEN= "Does not compile" + GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -35,10 +37,4 @@ CONFIGURE_ENV+= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config" USE_GMAKE= yes PLIST_FILES= bin/hashish -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |