diff options
author | kris <kris@FreeBSD.org> | 2003-08-13 05:28:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-13 05:28:57 +0800 |
commit | 0c32534311db691ae9ab3ac2e7dc8ed7d3839a79 (patch) | |
tree | c3d6b1f820cf5ab9be38c19cb0c3f33efdaee00d /security/mcrypt | |
parent | 5f2121c9ba4e53c6a5cab77ba96cb84ec9c67e36 (diff) | |
download | freebsd-ports-gnome-0c32534311db691ae9ab3ac2e7dc8ed7d3839a79.tar.gz freebsd-ports-gnome-0c32534311db691ae9ab3ac2e7dc8ed7d3839a79.tar.zst freebsd-ports-gnome-0c32534311db691ae9ab3ac2e7dc8ed7d3839a79.zip |
BROKEN: Does not configure
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 07f06f053f6b..7b29d7621124 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= autoconf257:${PORTSDIR}/devel/autoconf257 LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ |