aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-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'