pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Allow perl-thread to also be acceptable when USE_PE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ef002264fe1
branches:  trunk
changeset: 474193:7ef002264fe1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 26 05:13:06 2004 +0000

description:
Allow perl-thread to also be acceptable when USE_PERL5 is defined.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b828082bdc26 -r 7ef002264fe1 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Apr 26 05:12:37 2004 +0000
+++ b/mk/bsd.pkg.mk     Mon Apr 26 05:13:06 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1451 2004/04/26 03:07:46 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1452 2004/04/26 05:13:06 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -289,7 +289,7 @@
 USE_PERL5:=            run
 _PERL5_DEPMETHOD=      DEPENDS
 .  endif
-_PERL5_DEPENDS=                perl>=${_PERL5_REQD}
+_PERL5_DEPENDS=                {perl>=${_PERL5_REQD},perl-thread>=${_PERL5_REQD}}
 PERL5_PKGSRCDIR?=      ../../lang/perl58
 .  if !defined(BUILDLINK_DEPENDS.perl)
 ${_PERL5_DEPMETHOD}+=  ${_PERL5_DEPENDS}:${PERL5_PKGSRCDIR}



Home | Main Index | Thread Index | Old Index