pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openvas-libnasl * user-destdir ready



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9f2188be55d
branches:  trunk
changeset: 568247:d9f2188be55d
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Dec 09 05:28:13 2009 +0000

description:
* user-destdir ready
* no need to hard build depend on bison in pkgsrc, USE_TOOLS+=bison instead.

diffstat:

 security/openvas-libnasl/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 62a881eeadc2 -r d9f2188be55d security/openvas-libnasl/Makefile
--- a/security/openvas-libnasl/Makefile Wed Dec 09 05:22:01 2009 +0000
+++ b/security/openvas-libnasl/Makefile Wed Dec 09 05:28:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/07/17 18:00:24 adrianp Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/09 05:28:13 obache Exp $
 #
 
 DISTNAME=      openvas-libnasl-2.0.0
@@ -9,12 +9,12 @@
 HOMEPAGE=      http://www.openvas.org/
 COMMENT=       Libraries for the Open Vulnerability Assessment System
 
-BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= YES
 USE_LIBTOOL=   YES
 BUILD_DEFS+=   VARBASE
-USE_TOOLS=     pkg-config
+USE_TOOLS+=    bison pkg-config
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 



Home | Main Index | Thread Index | Old Index