From 8126d8fc167a3c6ae257f9b59f0c548f1be7ffdb Mon Sep 17 00:00:00 2001 From: jeh Date: Sat, 4 Aug 2001 16:26:11 +0000 Subject: Applied a patch to check for compat3x libraries. PR: 29359 Submitted by: Martti Kuparinen --- security/vscan/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') 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' -- cgit v1.1