diff options
author | tron <tron> | 2003-11-12 16:12:22 +0000 |
---|---|---|
committer | tron <tron> | 2003-11-12 16:12:22 +0000 |
commit | b998529e3c33aa641e14869d6fd0e8eccd3d18ea (patch) | |
tree | e3c1259fc3f805053de36b88f69544fa543e299a /security/libnasl | |
parent | dd23ebee1d11edaf0e50008bd171b28b23468d37 (diff) | |
download | pkgsrc-b998529e3c33aa641e14869d6fd0e8eccd3d18ea.tar.gz |
Convect to using buildlink2 framework which fixes dependence problem
caused by "openssl" package version bump madness.
Diffstat (limited to 'security/libnasl')
-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" |