diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-05 18:19:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-05 18:19:55 +0000 |
commit | efabc6e2a39d549be7c3650882e3b62dbd9da3c3 (patch) | |
tree | e0e31f1afdc1c777ac5b4a68a9de1b7f35cc2d3a /www | |
parent | 09f3d8bda95144e591e78e72886f4b81faa06e00 (diff) | |
download | pkgsrc-efabc6e2a39d549be7c3650882e3b62dbd9da3c3.tar.gz |
This package needs lex to build. Add it to USE_TOOLS.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile index b71b018375c..41a93d6f619 100644 --- a/www/php4/Makefile +++ b/www/php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/05/11 06:50:39 minskim Exp $ +# $NetBSD: Makefile,v 1.65 2006/06/05 18:19:55 minskim Exp $ PKGNAME= php-${PHP_BASE_VERS} PKGREVISION= 2 @@ -10,7 +10,7 @@ CONFLICTS+= ap-php-4.0.3pl1 # PHP uses libtool inconsistently for CGI/CLI build; don't sanify for now # LIBTOOL_OVERRIDE= libtool LIBTOOL_OVERRIDE= # empty -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex PKG_OPTIONS_REQUIRED_GROUPS+= sapi PKG_OPTIONS_GROUP.sapi= cgi fastcgi |