diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-24 13:20:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-24 13:20:10 +0000 |
commit | 809ff619769f61a9804cc19b54b04bd3bf98f169 (patch) | |
tree | ec4f5f800a50583826b58669d33f69d001086c22 | |
parent | 96c6dd3318ef6f6a456f69debdb0acc7d324e82b (diff) | |
download | pkgsrc-809ff619769f61a9804cc19b54b04bd3bf98f169.tar.gz |
lex (libfl) is a runtime dependency.
-rw-r--r-- | devel/cscope/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils/Makefile | 4 | ||||
-rw-r--r-- | print/enscript/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 41d657011c9..5bd8e684776 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -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 @@ COMMENT= Interactive C program browser 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 --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 3d463714ee0..478e850f933 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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 --git a/print/enscript/Makefile b/print/enscript/Makefile index 1f8c75940bd..8d4d172f91a 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -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 @@ LICENSE= gnu-gpl-v3 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} |