diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-03-09 18:04:33 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-03-09 18:04:33 +0000 |
commit | f9aea16b7d0b4bd789e942b7e1156ec26ccbae9a (patch) | |
tree | 64a9f757bfaf68d078941542b7ad6d31af1e55ba /security | |
parent | 6c0885b7f5ea81904ff1eff25827b936693245b7 (diff) | |
download | ports-f9aea16b7d0b4bd789e942b7e1156ec26ccbae9a.tar.gz ports-f9aea16b7d0b4bd789e942b7e1156ec26ccbae9a.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vscan/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index a98a71737deb..37b8034ea67e 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -7,6 +7,7 @@ PORTNAME= uvscan PORTVERSION= 4.32e +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/v4.32/ DISTNAME= vbsd432e @@ -16,7 +17,11 @@ MAINTAINER= jeh@FreeBSD.org COMMENT= Evaluation version of a DOS/Windows/Linux file virus scanner RUN_DEPENDS+= ${LOCALBASE}/sbin/update_dat:${PORTSDIR}/security/uvscan-dat +# misc/compat3x is forbidden, but if it is compiled into the system +# we may still be good to go. +.if !defined(COMPAT3X) LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x +.endif ONLY_FOR_ARCHS= i386 NO_BUILD= YES |