diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-08-04 16:26:11 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-08-04 16:26:11 +0000 |
commit | a5d858f6e1b7a7ae4f3419e6d04cdbb19ee98441 (patch) | |
tree | e444345696f075718a6806112312d3b22da92463 /security/vscan | |
parent | 701227e9028cf1a7a0c1b3cc75b285202994823e (diff) | |
download | ports-a5d858f6e1b7a7ae4f3419e6d04cdbb19ee98441.tar.gz ports-a5d858f6e1b7a7ae4f3419e6d04cdbb19ee98441.zip |
Notes
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 4 |
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' |