summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-07 12:32:31 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-07 12:32:31 +0000
commit285c5a1c04f8a5f1faecdcf6f9201eaebd740bbe (patch)
treed6c5dde0001404285f803f382b30bfa0cd713a4d /security
parent2c3be03ffa72cb00c6baf50040cdb320c0d085c4 (diff)
downloadpkgsrc-285c5a1c04f8a5f1faecdcf6f9201eaebd740bbe.tar.gz
Needs bison.
Diffstat (limited to 'security')
-rw-r--r--security/libnasl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile
index 3fd1231b179..63a09667012 100644
--- a/security/libnasl/Makefile
+++ b/security/libnasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/04/25 12:45:57 salo Exp $
+# $NetBSD: Makefile,v 1.19 2006/06/07 12:32:31 joerg Exp $
.include "../../security/nessus/Makefile.common"
@@ -10,6 +10,7 @@ WRKSRC= ${WRKDIR}/libnasl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
+USE_TOOLS+= bison
.include "../../security/nessus-libraries/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"