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 | 3668a41e58eaa248f5ccd9b361e8eb46bb0c6ffe (patch) | |
tree | e3c1259fc3f805053de36b88f69544fa543e299a /security | |
parent | 217a3c8d0ef21c8b8263ad956a3a618365cda901 (diff) | |
download | pkgsrc-3668a41e58eaa248f5ccd9b361e8eb46bb0c6ffe.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" |