This package needs lex to build. Add it to USE_TOOLS.
This commit is contained in:
parent
aa5856070f
commit
c5ca838e26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue