pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php5 Requires pkg-config to find openssl dependancy.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/def4d0282889
branches:  trunk
changeset: 394394:def4d0282889
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Jun 09 15:15:07 2009 +0000

description:
Requires pkg-config to find openssl dependancy.

diffstat:

 lang/php5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5820474a20f1 -r def4d0282889 lang/php5/Makefile
--- a/lang/php5/Makefile        Tue Jun 09 13:58:46 2009 +0000
+++ b/lang/php5/Makefile        Tue Jun 09 15:15:07 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index