pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Don't add the perl dependency in bsd.pkg.mk if BUIL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6fb9e39fc09
branches: trunk
changeset: 461255:e6fb9e39fc09
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 08:20:08 2003 +0000
description:
Don't add the perl dependency in bsd.pkg.mk if BUILDLINK_DEPENDS.perl is
defined (which signals that a buildlink[23].mk file will be included).
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36f501860a08 -r e6fb9e39fc09 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sat Sep 13 08:18:03 2003 +0000
+++ b/mk/bsd.pkg.mk Sat Sep 13 08:20:08 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1276 2003/09/13 06:21:36 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1277 2003/09/13 08:20:08 jlam Exp $
#
# This file is in the public domain.
#
@@ -269,7 +269,7 @@
_PERL5_DEPMETHOD= DEPENDS
. endif
_PERL5_DEPENDS= perl>=${PERL5_REQD}
-. if !defined(PERL5_BUILDLINK2_MK)
+. if !defined(BUILDLINK_DEPENDS.perl)
${_PERL5_DEPMETHOD}+= ${_PERL5_DEPENDS}:${PERL5_PKGSRCDIR}
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index