diff options
author | jeh <jeh@FreeBSD.org> | 2001-08-04 16:26:11 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-08-04 16:26:11 +0000 |
commit | 8126d8fc167a3c6ae257f9b59f0c548f1be7ffdb (patch) | |
tree | 473c29e1948cfca03ec546a6ed27be3002777c32 /security | |
parent | 4a66463625f98cd8315fe676f8be585d9a1e8a5c (diff) | |
download | FreeBSD-ports-8126d8fc167a3c6ae257f9b59f0c548f1be7ffdb.zip FreeBSD-ports-8126d8fc167a3c6ae257f9b59f0c548f1be7ffdb.tar.gz |
Applied a patch to check for compat3x libraries.
PR: 29359
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
Diffstat (limited to 'security')
-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 5ac8822..d531c73 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' |