aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-12 05:33:57 +0800
committerkris <kris@FreeBSD.org>2004-12-12 05:33:57 +0800
commit05242357c162d67cf4d453e0c791653c2d1050f2 (patch)
treeadfe2ad44308c7297e66e1c3b6af15ee28d4f968 /security
parentd83d55ff31d54c1627fee6fa379c4cfaa9f91106 (diff)
downloadfreebsd-ports-gnome-05242357c162d67cf4d453e0c791653c2d1050f2.tar.gz
freebsd-ports-gnome-05242357c162d67cf4d453e0c791653c2d1050f2.tar.zst
freebsd-ports-gnome-05242357c162d67cf4d453e0c791653c2d1050f2.zip
BROKEN: Does not compile
Diffstat (limited to 'security')
-rw-r--r--security/hashish/Makefile10
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>