diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-18 03:14:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-18 03:14:01 +0000 |
commit | d17d2e4a4fb35377953ecda52b21e14d576e9b6e (patch) | |
tree | ad789e7cf240a8428f29036d6bdb6fd678139644 /mk/tools/perl.mk | |
parent | 8a83e6b802375a58829f57fcff31018721faed2e (diff) | |
download | pkgsrc-d17d2e4a4fb35377953ecda52b21e14d576e9b6e.tar.gz |
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 (limited to 'mk/tools/perl.mk')
-rw-r--r-- | mk/tools/perl.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/tools/perl.mk b/mk/tools/perl.mk index f803ee0c49c..7f191665639 100644 --- a/mk/tools/perl.mk +++ b/mk/tools/perl.mk @@ -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_${_TOOLS_VARNAME.perl}= ${TOOLS_REAL_CMD.perl} ${_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 |