diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-09 16:12:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-09 16:12:01 +0000 |
commit | f671f119ab5c214b319db930f6eee1ede45c5ad3 (patch) | |
tree | 16e2c17ee63e24eb3a5d58f21f48ec7bc5cee93c /security/hashish | |
parent | a80766b711041cb3a4f35dfa47bd64c0e6e424c7 (diff) | |
download | ports-f671f119ab5c214b319db930f6eee1ede45c5ad3.tar.gz ports-f671f119ab5c214b319db930f6eee1ede45c5ad3.zip |
Notes
Diffstat (limited to 'security/hashish')
-rw-r--r-- | security/hashish/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index de2c9731e443..6e022de5b06b 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}-beta-0.4-src MAINTAINER= ports@FreeBSD.org COMMENT= A file and string hashing utility +# Apparently out of sync with cryptopp +BROKEN= "Compile fails: cannot find cryptopp/sapphire.h" + BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp LIB_DEPENDS= wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel |