summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-07-20 23:59:53 +0000
committerrillig <rillig>2005-07-20 23:59:53 +0000
commit800424c70c025eaeb0fc16ec7e58ea64b5fe0218 (patch)
treed6321faabd65bcfee6cddb43fef468980d040483 /pkgtools
parentde1ac3b07e26899450d51d49be481405bc11dd1d (diff)
downloadpkgsrc-800424c70c025eaeb0fc16ec7e58ea64b5fe0218.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.