diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:21:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 21:21:48 +0000 |
commit | 1218ff84c26837718e04634994db9ca22cdaedf9 (patch) | |
tree | cfdb1eaa9d0c6c6f7f9c44fda5fa349ebc828bb7 /security/mcrypt | |
parent | 980906e954d2923d1be9b574868680f64239b984 (diff) | |
download | ports-1218ff84c26837718e04634994db9ca22cdaedf9.tar.gz ports-1218ff84c26837718e04634994db9ca22cdaedf9.zip |
BROKEN: Does not configure
Notes
Notes:
svn path=/head/; revision=80286
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 938b68445ff9..9a9f91dcdb08 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -17,6 +17,8 @@ MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \ MAINTAINER= trevor@FreeBSD.org COMMENT= Replacement for crypt(1) +BROKEN= "Does not configure" + BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ |