diff options
author | minskim <minskim> | 2006-07-29 05:39:09 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-29 05:39:09 +0000 |
commit | 9e06e1e6a06eae5a9cee0a97faa04c4ae37c2133 (patch) | |
tree | 59752c1caf5ebf8ddd965f53a6d0033e94f19ddf /security | |
parent | 059994036c60b7d90bda6ecbc065d6db8493c42c (diff) | |
download | pkgsrc-9e06e1e6a06eae5a9cee0a97faa04c4ae37c2133.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-libraries/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index 29b23362d34..fc11028bd9f 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/04/25 12:45:57 salo Exp $ +# $NetBSD: Makefile,v 1.27 2006/07/29 05:39:09 minskim Exp $ .include "../../security/nessus/Makefile.common" @@ -7,7 +7,7 @@ COMMENT= Libs required by the Nessus Network security scanner WRKSRC= ${WRKDIR}/nessus-libraries -USE_TOOLS+= bison +USE_TOOLS+= bison lex USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-zlib=${BUILDLINK_PREFIX.zlib}/lib \ |