pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tacacs Needs flex (configure: error: tac_plus requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa3646d75ed4
branches:  trunk
changeset: 648585:fa3646d75ed4
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 18:22:11 2015 +0000

description:
Needs flex (configure: error: tac_plus requires GNU flex)

diffstat:

 net/tacacs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 52989ad57f15 -r fa3646d75ed4 net/tacacs/Makefile
--- a/net/tacacs/Makefile       Sun Mar 15 18:12:13 2015 +0000
+++ b/net/tacacs/Makefile       Sun Mar 15 18:22:11 2015 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index