aboutsummaryrefslogtreecommitdiff
path: root/security/vscan
diff options
context:
space:
mode:
Diffstat (limited to 'security/vscan')
-rw-r--r--security/vscan/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index d531c73af990..69dfcb4f46f3 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jeh@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/sbin/update_dat:${PORTSDIR}/security/uvscan-dat
+LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x
ONLY_FOR_ARCHS= i386
NO_BUILD= YES
@@ -23,10 +24,6 @@ NO_WRKSUBDIR= YES
LICENSE= shareware
RESTRICTED= "restrictive 30 day evaluation license"
-.if !exists(/usr/lib/compat/libc.so.3)
-BROKEN= "You must have the compat3x libraries installed."
-.endif
-
do-configure:
${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \
-e 's:@@PREFIX@@:${PREFIX}:g'