summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-07-20 23:59:53 +0000
committerrillig <rillig@pkgsrc.org>2005-07-20 23:59:53 +0000
commit2020c428e07a68d1ce3905d1547879571586bf42 (patch)
treed6321faabd65bcfee6cddb43fef468980d040483 /pkgtools
parente7f07a444e157ba32ab853db87360f54b53ebb9e (diff)
downloadpkgsrc-2020c428e07a68d1ce3905d1547879571586bf42.tar.gz
Updated to be in sync with mk/replace.mk, revision 1.120.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 0e5051e6123..4b0d902aa36 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.6 2005/05/24 21:29:59 rillig Exp $
+# $NetBSD: deprecated.map,v 1.7 2005/07/20 23:59:53 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -45,4 +45,6 @@ USE_WNN4 Use the PKG_OPTIONS framework instead.
USE_XFACE Use the PKG_OPTIONS framework instead.
USE_PKGLIBTOOL Use USE_LIBTOOL instead.
USE_SSL Include "../../security/openssl/buildlink3.mk" instead.
-USE_PERL5 Use USE_TOOLS+=perl (and maybe TOOLS_DEPMETHOD.perl=DEPENDS) instead.
+
+# The following entries can be removed after the 2005Q4 branch.
+USE_PERL5 Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead.