diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-24 21:29:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-24 21:29:59 +0000 |
commit | 0af64c1afe1448bfb6e5e5bc0f1a47a6ce661438 (patch) | |
tree | e76fc50f39a13c5dc379a7ff949885e12987042f /pkgtools | |
parent | 7dcfdd1d1831fdecc79d6c8c2b87d8589676d652 (diff) | |
download | pkgsrc-0af64c1afe1448bfb6e5e5bc0f1a47a6ce661438.tar.gz |
When converting USE_PERL5 to USE_TOOLS, the user might want to set
TOOLS_DEPMETHOD.perl=DEPENDS.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 41844904134..0e5051e6123 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.5 2005/05/24 21:19:11 rillig Exp $ +# $NetBSD: deprecated.map,v 1.6 2005/05/24 21:29:59 rillig Exp $ # # This file contains names of Makefile variables and a short explanation @@ -45,4 +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. +USE_PERL5 Use USE_TOOLS+=perl (and maybe TOOLS_DEPMETHOD.perl=DEPENDS) instead. |