pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Do not define PERL5 as a tool when building d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f8c21246557
branches:  trunk
changeset: 535470:0f8c21246557
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Nov 19 00:40:14 2007 +0000

description:
Do not define PERL5 as a tool when building devel/perl5, which defines
its own PERL5 in Makefile.

diffstat:

 mk/tools/perl.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0e483999352d -r 0f8c21246557 mk/tools/perl.mk
--- a/mk/tools/perl.mk  Mon Nov 19 00:10:31 2007 +0000
+++ b/mk/tools/perl.mk  Mon Nov 19 00:40:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: perl.mk,v 1.21 2006/07/10 08:13:37 rillig Exp $
+# $NetBSD: perl.mk,v 1.22 2007/11/19 00:40:14 minskim Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -65,5 +65,7 @@
 .  else
 TOOLS_${_TOOLS_VARNAME.perl}?= ${LOCALBASE}/bin/perl
 .  endif
+.  if empty(PKGNAME:Mperl-[0-9]*)
 ${_TOOLS_VARNAME.perl}?=       ${TOOLS_${_TOOLS_VARNAME.perl}}
+.  endif
 .endif



Home | Main Index | Thread Index | Old Index