Remove two RUN_DEPENDS to software that is only available by manually
installing ports. This makes using the clamav package much easier. ok ajacoutot
This commit is contained in:
parent
ad528ea5f6
commit
b28316e88d
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2006/12/17 15:19:30 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2007/01/13 13:13:11 mbalmer Exp $
|
||||
|
||||
COMMENT= "virus scanner"
|
||||
DISTNAME= clamav-0.88.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= security
|
||||
SHARED_LIBS= clamav 2.0
|
||||
|
||||
@ -22,8 +23,6 @@ LIB_DEPENDS= gmp.>=6::devel/gmp \
|
||||
bz2.>=10::archivers/bzip2
|
||||
|
||||
RUN_DEPENDS= :lha-*:archivers/lha \
|
||||
:unarj-*:archivers/unarj \
|
||||
:unrar-*:archivers/unrar \
|
||||
:zoo-*:archivers/zoo \
|
||||
:arc-*:archivers/arc \
|
||||
:unzip-*:archivers/unzip
|
||||
|
@ -2,3 +2,6 @@ Edit ${SYSCONFDIR}/clamd.conf and ${SYSCONFDIR}/freshclam.conf
|
||||
to use ClamAV.
|
||||
|
||||
Use freshclam to install an up-to-date virus signature database.
|
||||
|
||||
If you want to scan RAR(2.0) and/or ARJ archives, you have to manually
|
||||
build and install the archivers/unarj and archivers/unrar ports.
|
||||
|
Loading…
Reference in New Issue
Block a user