pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php5 default to full dependance on php for anythi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef07721bd36a
branches:  trunk
changeset: 482687:ef07721bd36a
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 19:52:58 2004 +0000

description:
default to full dependance on php for anything including this buildlink

diffstat:

 lang/php5/buildlink3.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 08adf21d7191 -r ef07721bd36a lang/php5/buildlink3.mk
--- a/lang/php5/buildlink3.mk   Mon Nov 01 19:50:45 2004 +0000
+++ b/lang/php5/buildlink3.mk   Mon Nov 01 19:52:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/10/30 05:46:21 grant Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/11/01 19:52:58 jdolecek Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 PHP_BUILDLINK3_MK:=    ${PHP_BUILDLINK3_MK}+
@@ -13,6 +13,9 @@
 .if !empty(PHP_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.php+=        php-5.0.*
 BUILDLINK_PKGSRCDIR.php?=      ../../lang/php5
+
+# Use full dependency for extension and pear modules
+BUILDLINK_DEPMETHOD.php?=      full
 .endif # PHP_BUILDLINK3_MK
 
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index