diff options
author | jeh <jeh@FreeBSD.org> | 2001-08-15 01:00:09 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-08-15 01:00:09 +0800 |
commit | 6173645ff4442b274ba9d659f086128a91aaa2ce (patch) | |
tree | 3f46be2f1a06998a59bca04aedc20ac6e7850ee2 /security/vscan | |
parent | d79e9276792071baba22f267a236f053548388c4 (diff) | |
download | freebsd-ports-gnome-6173645ff4442b274ba9d659f086128a91aaa2ce.tar.gz freebsd-ports-gnome-6173645ff4442b274ba9d659f086128a91aaa2ce.tar.zst freebsd-ports-gnome-6173645ff4442b274ba9d659f086128a91aaa2ce.zip |
Switch to using ports/misc/compat3x
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index d531c73af990..69dfcb4f46f3 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jeh@FreeBSD.org RUN_DEPENDS+= ${LOCALBASE}/sbin/update_dat:${PORTSDIR}/security/uvscan-dat +LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x ONLY_FOR_ARCHS= i386 NO_BUILD= YES @@ -23,10 +24,6 @@ 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' |