pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools perl.mk was moved from being included by bsd....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e16f761cf55e
branches:  trunk
changeset: 493989:e16f761cf55e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed May 18 03:14:01 2005 +0000

description:
perl.mk was moved from being included by bsd.tools.mk to replace.mk.
Since replace.mk has its own loop to add dependencies, we can remove
the one from perl.mk.

diffstat:

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

diffs (21 lines):

diff -r 0be86dc4eb93 -r e16f761cf55e mk/tools/perl.mk
--- a/mk/tools/perl.mk  Wed May 18 02:52:38 2005 +0000
+++ b/mk/tools/perl.mk  Wed May 18 03:14:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: perl.mk,v 1.10 2005/05/17 18:34:45 jlam Exp $
+# $NetBSD: perl.mk,v 1.11 2005/05/18 03:14:01 jlam Exp $
 
 # Create a symlink from ${TOOLS_DIR}/bin/perl to ${PERL5} when USE_PERL5
 # is defined.  This ensures that when "perl" is invoked, the pkgsrc perl
@@ -33,11 +33,6 @@
 ${_TOOLS_VARNAME.perl}?=       ${TOOLS_${_TOOLS_VARNAME.perl}}
 CONFIGURE_ENV+=                        PERL=${TOOLS_${_TOOLS_VARNAME.perl}:Q}
 .  endif
-.  if defined(TOOLS_DEPMETHOD.perl) && defined(TOOLS_DEPENDS.perl)
-.    if empty(${TOOLS_DEPMETHOD.perl}:M${TOOLS_DEPENDS.perl})
-${TOOLS_DEPMETHOD.perl}+=      ${TOOLS_DEPENDS.perl}
-.    endif
-.  endif
 
 # Define PERL5_* variables that locate the site directories for ${PERL5}.
 # These variables depend on PERL5 being properly defined and existing



Home | Main Index | Thread Index | Old Index