diff options
author | kris <kris@FreeBSD.org> | 2003-05-07 05:21:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-07 05:21:48 +0800 |
commit | 61815ed66dfe9cea5d0d5af513baa39effab3c3c (patch) | |
tree | 2aba19af0fe65e65b4adc5a69d3260616d6db534 | |
parent | e3b726cc01027b859fc63b3d3142c4bd5eed3745 (diff) | |
download | freebsd-ports-gnome-61815ed66dfe9cea5d0d5af513baa39effab3c3c.tar.gz freebsd-ports-gnome-61815ed66dfe9cea5d0d5af513baa39effab3c3c.tar.zst freebsd-ports-gnome-61815ed66dfe9cea5d0d5af513baa39effab3c3c.zip |
BROKEN: Does not configure
-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/ \ |