summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-13 21:04:00 +0000
committerrillig <rillig>2006-04-13 21:04:00 +0000
commit7d693587b2ff85bbdf275b37160f0e5f1e4ccc18 (patch)
treebc49d7accbcafb370efd2375b2d9c00999bfa452 /pkgtools
parent050de1ea50c1078b6e1a10f47dadbe1f59474508 (diff)
downloadpkgsrc-7d693587b2ff85bbdf275b37160f0e5f1e4ccc18.tar.gz
BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS are deprecated.
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 b6a60c058a4..f813e958a6b 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.32 2006/04/12 09:23:36 rillig Exp $
+# $NetBSD: deprecated.map,v 1.33 2006/04/13 21:04:00 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -76,3 +76,5 @@ DEINSTALL_EXTRA_TMPL Use DEINSTALL_TEMPLATE instead.
# April 2006
RECOMMENDED Use ABI_DEPENDS instead.
+BUILD_USES_MSGFMT Use USE_TOOLS+=msgfmt instead.
+USE_MSGFMT_PLURALS Use USE_TOOLS+=msgfmt instead.