diff options
author | garga <garga@FreeBSD.org> | 2006-05-24 03:21:41 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-24 03:21:41 +0800 |
commit | 957ad7355e62e289e8a1e4063620e2a85e56876e (patch) | |
tree | 0ad6487428b45608960a2beb6ee74e92441774dd /security | |
parent | 4137c392f5796752d5aeaa553e5a6679c5e5d515 (diff) | |
download | freebsd-ports-gnome-957ad7355e62e289e8a1e4063620e2a85e56876e.tar.gz freebsd-ports-gnome-957ad7355e62e289e8a1e4063620e2a85e56876e.tar.zst freebsd-ports-gnome-957ad7355e62e289e8a1e4063620e2a85e56876e.zip |
Use archivers/unzoo on DEPENDS instead zoo
Proposed by: Anton Yuzhaninov <citrin at citrin.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index c678ac18566e..d93f8f238a68 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.88.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -18,7 +18,7 @@ COMMENT= Command line virus scanner written entirely in C LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ - zoo:${PORTSDIR}/archivers/zoo \ + unzoo:${PORTSDIR}/archivers/unzoo \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip |