aboutsummaryrefslogtreecommitdiff
path: root/security/vscan
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-08-04 16:26:11 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-08-04 16:26:11 +0000
commita5d858f6e1b7a7ae4f3419e6d04cdbb19ee98441 (patch)
treee444345696f075718a6806112312d3b22da92463 /security/vscan
parent701227e9028cf1a7a0c1b3cc75b285202994823e (diff)
downloadports-a5d858f6e1b7a7ae4f3419e6d04cdbb19ee98441.tar.gz
ports-a5d858f6e1b7a7ae4f3419e6d04cdbb19ee98441.zip
Notes
Diffstat (limited to 'security/vscan')
-rw-r--r--security/vscan/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index 5ac88223700b..d531c73af990 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -23,6 +23,10 @@ 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'