diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:24:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:24:34 +0800 |
commit | 4a8d0b9fec46fd98eae3a715b7f96270c80df575 (patch) | |
tree | b75d7367a1d986a1f0f2e28df47f1bbf3e018433 /archivers/dact | |
parent | 2dbae2e962303a1e0e64275195b6173422415ceb (diff) | |
download | freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.gz freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.zst freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.zip |
chase mcrypt lib version
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 575a1482f6a5..7c5c890eb999 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.rkeene.org/devel/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt +LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif |