pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc lex (libfl) is a runtime dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97f916909574
branches:  trunk
changeset: 637230:97f916909574
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jul 24 13:20:10 2014 +0000

description:
lex (libfl) is a runtime dependency.

diffstat:

 devel/cscope/Makefile       |  4 ++--
 graphics/plotutils/Makefile |  4 ++--
 print/enscript/Makefile     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 4d1039ee11cb -r 97f916909574 devel/cscope/Makefile
--- a/devel/cscope/Makefile     Thu Jul 24 12:44:38 2014 +0000
+++ b/devel/cscope/Makefile     Thu Jul 24 13:20:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2013/10/16 12:03:29 roy Exp $
+# $NetBSD: Makefile,v 1.56 2014/07/24 13:21:54 jperkin Exp $
 
 DISTNAME=      cscope-15.8a
 PKGREVISION=   1
@@ -11,7 +11,7 @@
 LICENSE=       original-bsd
 
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            byacc lex
+USE_TOOLS+=            byacc lex:run
 
 CONFIGURE_ARGS+=       --with-flex --with-yacc
 INSTALLATION_DIRS+=    share/emacs/site-lisp
diff -r 4d1039ee11cb -r 97f916909574 graphics/plotutils/Makefile
--- a/graphics/plotutils/Makefile       Thu Jul 24 12:44:38 2014 +0000
+++ b/graphics/plotutils/Makefile       Thu Jul 24 13:20:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/05/07 10:34:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2014/07/24 13:20:10 jperkin Exp $
 
 DISTNAME=      plotutils-2.6
 PKGREVISION=   4
@@ -16,7 +16,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            lex yacc
+USE_TOOLS+=            lex:run yacc
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-libplotter
 MAKE_JOBS_SAFE=                no
diff -r 4d1039ee11cb -r 97f916909574 print/enscript/Makefile
--- a/print/enscript/Makefile   Thu Jul 24 12:44:38 2014 +0000
+++ b/print/enscript/Makefile   Thu Jul 24 13:20:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2014/05/29 23:37:15 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2014/07/24 13:21:05 jperkin Exp $
 #
 
 DISTNAME=              enscript-1.6.6
@@ -13,7 +13,7 @@
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake lex perl:run xgettext
+USE_TOOLS+=            gmake lex:run perl:run xgettext
 BROKEN_GETTEXT_DETECTION=      yes
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index