diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-24 21:19:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-24 21:19:11 +0000 |
commit | 5c413007cc0feda4a741fdf09e60b7b003b1f2cf (patch) | |
tree | 72a92af087fd3ef33c8f27b2ae2feb8ad3b4eab4 /pkgtools | |
parent | d6a64207259f5e4530deca6b5996cca38436d5e8 (diff) | |
download | pkgsrc-5c413007cc0feda4a741fdf09e60b7b003b1f2cf.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.map | 4 |
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. |