diff options
author | jeh <jeh@FreeBSD.org> | 2004-03-09 18:04:33 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-03-09 18:04:33 +0000 |
commit | ec5cc036e4f93b31a71795af2ba7d2cd43e755fb (patch) | |
tree | a8125397ebe09e245883d292b571ce284788140d | |
parent | b26d6f97eca76b159de1fbd522eabbe1127c23c9 (diff) | |
download | FreeBSD-ports-ec5cc036e4f93b31a71795af2ba7d2cd43e755fb.zip FreeBSD-ports-ec5cc036e4f93b31a71795af2ba7d2cd43e755fb.tar.gz |
If the system was compiled with COMPAT3X, don't use misc/compat3x
-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 a98a717..37b8034 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 |