From 6155f71a9cb925a7079786aec7ef4927954078f7 Mon Sep 17 00:00:00 2001 From: sketch Date: Tue, 9 Jun 2009 15:15:07 +0000 Subject: Requires pkg-config to find openssl dependancy. --- lang/php5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php5') 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 -- cgit v1.2.3