pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libnasl Convect to using buildlink2 framework...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d3d3e940bb6
branches:  trunk
changeset: 463475:8d3d3e940bb6
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Nov 12 16:12:22 2003 +0000

description:
Convect to using buildlink2 framework which fixes dependence problem
caused by "openssl" package version bump madness.

diffstat:

 security/libnasl/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r daea9fe10577 -r 8d3d3e940bb6 security/libnasl/Makefile
--- a/security/libnasl/Makefile Wed Nov 12 14:50:10 2003 +0000
+++ b/security/libnasl/Makefile Wed Nov 12 16:12:22 2003 +0000
@@ -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 @@
 
 COMMENT=       Nessus Attack Scripting Language library
 
-DEPENDS+=       nessus-libraries-${VERS}:../nessus-libraries
+GNU_CONFIGURE= yes
+USE_BUILDLINK2=        yes
 
-GNU_CONFIGURE= yes
-
+.include "../nessus-libraries/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index