aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
commit787cd838778261d69e4b1dd287b2ed727dc9b3a3 (patch)
treeeb7726941b153d7eda01f052446d231f7b1fc11f /security
parent20af92c79d78e8b373c69e0309bb6c9ec610b8f1 (diff)
downloadports-787cd838778261d69e4b1dd287b2ed727dc9b3a3.tar.gz
ports-787cd838778261d69e4b1dd287b2ed727dc9b3a3.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/hashish/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile
index 8be8f7f28403..f135156ebff8 100644
--- a/security/hashish/Makefile
+++ b/security/hashish/Makefile
@@ -20,6 +20,12 @@ COMMENT= A file and string hashing utility
BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
LIB_DEPENDS= wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/Hashish
CFLAGS+= -I${LOCALBASE}/include
@@ -34,4 +40,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hashish ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>