summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-05 17:22:39 +0000
committerminskim <minskim>2006-06-05 17:22:39 +0000
commit51e150c53985068b531437c10a3e880bc322aa0c (patch)
tree7a484fa94f214947d7e71a92560d3e79d0c50e86 /lang
parent3cf6ca0a74d734abec3ff6d980ae831fa97cd582 (diff)
downloadpkgsrc-51e150c53985068b531437c10a3e880bc322aa0c.tar.gz
This package needs lex to build. Add it to USE_TOOLS.
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index bfefb720881..9a492aa65e7 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/05/17 06:20:00 reed Exp $
+# $NetBSD: Makefile,v 1.35 2006/06/05 17:22:39 minskim Exp $
PKGNAME= php-${PHP_BASE_VERS}
PKGREVISION= 1
@@ -7,7 +7,7 @@ CATEGORIES= lang
HOMEPAGE= http://www.php.net/
COMMENT= PHP Hypertext Preprocessor version 5
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake lex
LIBTOOL_OVERRIDE= # empty
PKG_OPTIONS_REQUIRED_GROUPS+= sapi