diff options
-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 |