diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 08:13:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 08:13:44 +0800 |
commit | 42a542902dff725ac8979ae5b987e08aab572b89 (patch) | |
tree | 497e068b080752e00ea2508f706226a6918d6103 /security | |
parent | c4b25c8706563848067a2476165dc6d1b9847808 (diff) | |
download | freebsd-ports-gnome-42a542902dff725ac8979ae5b987e08aab572b89.tar.gz freebsd-ports-gnome-42a542902dff725ac8979ae5b987e08aab572b89.tar.zst freebsd-ports-gnome-42a542902dff725ac8979ae5b987e08aab572b89.zip |
BROKEN: Does not compile
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-cryptopp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile index 8f0107c5ea6f..c3a2e3148409 100644 --- a/security/php4-cryptopp/Makefile +++ b/security/php4-cryptopp/Makefile @@ -17,6 +17,8 @@ COMMENT= A crypto++ php wrapper BUILD_DEPENDS+= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp +BROKEN= Does not compile + WRKSRC= ${WRKDIR}/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} |