Requires pkg-config to find openssl dependancy.
This commit is contained in:
parent
0229f91219
commit
660430075f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.71 2009/03/02 22:52:17 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2009/06/09 15:15:07 sketch Exp $
|
||||
|
||||
PKGNAME= php-${PHP_BASE_VERS}
|
||||
CATEGORIES= lang
|
||||
|
@ -8,7 +8,7 @@ COMMENT= PHP Hypertext Preprocessor version 5
|
|||
TEST_TARGET= test
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= gmake lex
|
||||
USE_TOOLS+= gmake lex pkg-config
|
||||
LIBTOOL_OVERRIDE= # empty
|
||||
|
||||
PKG_OPTIONS_REQUIRED_GROUPS+= sapi
|
||||
|
|
Loading…
Reference in a new issue