diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 20:34:22 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 20:34:22 +0800 |
commit | a14669440b478220cd3098acd9a8b37e76e32cbc (patch) | |
tree | 83f9bf55b63a6b5ea3718e65a681849986ce3b1e /security/clamav | |
parent | 5e1b6eed0b5ebadf2fc4e2028ba793cbbe402f18 (diff) | |
download | freebsd-ports-gnome-a14669440b478220cd3098acd9a8b37e76e32cbc.tar.gz freebsd-ports-gnome-a14669440b478220cd3098acd9a8b37e76e32cbc.tar.zst freebsd-ports-gnome-a14669440b478220cd3098acd9a8b37e76e32cbc.zip |
Depend of archivers/arj instead archivers/unarj
Diffstat (limited to 'security/clamav')
-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 d93f8f238a68..fe2f544d39d1 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamav PORTVERSION= 0.88.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= clamav @@ -17,7 +17,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 \ + arj:${PORTSDIR}/archivers/arj \ unzoo:${PORTSDIR}/archivers/unzoo \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip |