diff options
author | tron <tron@pkgsrc.org> | 2003-11-12 16:12:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-11-12 16:12:22 +0000 |
commit | 2a7539277356c3502c9188c2c2ef898b743ad23b (patch) | |
tree | e3c1259fc3f805053de36b88f69544fa543e299a /security | |
parent | 97d6b75d09f7054a3b091b69a93572fd88f6f816 (diff) | |
download | pkgsrc-2a7539277356c3502c9188c2c2ef898b743ad23b.tar.gz |
Convect to using buildlink2 framework which fixes dependence problem
caused by "openssl" package version bump madness.
Diffstat (limited to 'security')
-rw-r--r-- | security/libnasl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile index cc213c62639..fce1c9e7e20 100644 --- a/security/libnasl/Makefile +++ b/security/libnasl/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/06/09 17:01:24 frueauf Exp $ -# +# $NetBSD: Makefile,v 1.5 2003/11/12 16:12:22 tron Exp $ DISTNAME= libnasl-${VERS} WRKSRC= ${WRKDIR}/libnasl @@ -7,8 +6,8 @@ WRKSRC= ${WRKDIR}/libnasl COMMENT= Nessus Attack Scripting Language library -DEPENDS+= nessus-libraries-${VERS}:../nessus-libraries - GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +.include "../nessus-libraries/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |