diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 06:12:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 06:12:02 +0000 |
commit | 917f2a3dea00864b3b27174157ca1db91f95b911 (patch) | |
tree | 102dd17a28dd4b13ecf1a817370366c8010f7497 /net | |
parent | 33b9c32d9017f8f23006bb0510f9478d5f1226e3 (diff) | |
download | pkgsrc-917f2a3dea00864b3b27174157ca1db91f95b911.tar.gz |
Requires flex (seen in Linux build)
Diffstat (limited to 'net')
-rw-r--r-- | net/tacacs-shrubbery/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tacacs-shrubbery/Makefile b/net/tacacs-shrubbery/Makefile index a24343ac8a9..cff0e22d653 100644 --- a/net/tacacs-shrubbery/Makefile +++ b/net/tacacs-shrubbery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/05/10 19:01:08 schwarz Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/18 06:12:02 dholland Exp $ # DISTNAME= tacacs+-F4.0.4.25 @@ -22,7 +22,7 @@ MAKE_JOBS_SAFE= no .include "options.mk" GNU_CONFIGURE= yes -USE_TOOLS+= bison perl +USE_TOOLS+= bison flex perl USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_FEATURES+= snprintf |