diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 18:22:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 18:22:11 +0000 |
commit | 08e90f93202cf4557d07f43d2706cb177776370c (patch) | |
tree | 243fd7255a0363b0843a16af95b3322df73fe46c /net | |
parent | b97a38bb13f0504298bb932165b59ac386db713b (diff) | |
download | pkgsrc-08e90f93202cf4557d07f43d2706cb177776370c.tar.gz |
Needs flex (configure: error: tac_plus requires GNU flex)
Diffstat (limited to 'net')
-rw-r--r-- | net/tacacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 178a6ba33b0..bdbc1700020 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/03/01 20:04:27 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2015/03/15 18:22:11 tnn Exp $ VERSION= 4.0.4.28 DISTNAME= tacacs-F${VERSION} @@ -16,7 +16,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= perl:run bison +USE_TOOLS+= perl:run flex bison CONFIGURE_ARGS+= ac_cv_path_PERLV_PATH=${TOOLS_PATH.perl} #CONFIGURE_ARGS+=--enable-debug |