summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-24 21:19:11 +0000
committerrillig <rillig>2005-05-24 21:19:11 +0000
commit8c76da1cd3cc5d618c365bd267da36039f2c2c67 (patch)
tree72a92af087fd3ef33c8f27b2ae2feb8ad3b4eab4 /pkgtools
parent17997511aec6d323eace639fd72a10ddce51eb7d (diff)
downloadpkgsrc-8c76da1cd3cc5d618c365bd267da36039f2c2c67.tar.gz
Added USE_PERL5. Added a comment when these definitions may be removed.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index c0797b2fb44..41844904134 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,9 +1,10 @@
-# $NetBSD: deprecated.map,v 1.4 2005/05/24 10:54:20 rillig Exp $
+# $NetBSD: deprecated.map,v 1.5 2005/05/24 21:19:11 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
# what to do to make the warning disappear.
+# The following entries can be removed after the 2005Q3 branch.
ALL_TARGET Use BUILD_TARGET instead.
DIGEST_FILE Use DISTINFO_FILE instead.
IGNORE Use PKG_FAIL_REASON or PKG_SKIP_REASON instead.
@@ -44,3 +45,4 @@ 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 instead.