summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsketch <sketch>2009-06-09 15:15:07 +0000
committersketch <sketch>2009-06-09 15:15:07 +0000
commit087bdd77018ece191e415ef29e3f90e739cda3b5 (patch)
tree48650c0507c326a3c9cb442f811361d38bb175ca /lang
parentd931833c4a54909ba286cedd9de791214364778f (diff)
downloadpkgsrc-087bdd77018ece191e415ef29e3f90e739cda3b5.tar.gz
Requires pkg-config to find openssl dependancy.
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 8dbe5b56983..7cecb7ce1a2 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -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