diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-05 17:22:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-05 17:22:39 +0000 |
commit | c5ca838e268de8ecbc489e522796d9c04e318410 (patch) | |
tree | 7a484fa94f214947d7e71a92560d3e79d0c50e86 /lang/php5 | |
parent | aa5856070f1517f547ccd00f346baba70a5effcd (diff) | |
download | pkgsrc-c5ca838e268de8ecbc489e522796d9c04e318410.tar.gz |
This package needs lex to build. Add it to USE_TOOLS.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 4 |
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 |