summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorwiz <wiz>2007-03-01 22:29:15 +0000
committerwiz <wiz>2007-03-01 22:29:15 +0000
commit728014360cbd5536b230aab64e54f7bb010e8105 (patch)
treeffcd8ce2dc15df3ce359b525b9f5d5f9206300b5 /mk/tools
parent88ac76f344b73eab675b8af68d6a4c673985a90e (diff)
downloadpkgsrc-728014360cbd5536b230aab64e54f7bb010e8105.tar.gz
Deprecate unused BUILD_USES_GETTEXT_M4 variable.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/automake.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk
index 8404fc1fbe0..2e39171a638 100644
--- a/mk/tools/automake.mk
+++ b/mk/tools/automake.mk
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.17 2006/12/05 22:48:31 wiz Exp $
+# $NetBSD: automake.mk,v 1.18 2007/03/01 22:29:15 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -71,13 +71,6 @@
# AUTOMAKE_OVERRIDE= no
#
-# This variable is obsoleted, but continue to allow it until packages
-# have been taught to use the new syntax.
-#
-.if defined(BUILD_USES_GETTEXT_M4)
-USE_TOOLS+= gettext-m4
-.endif
-
# Only allow one of "automake" and "automake14" in USE_TOOLS.
.if !empty(USE_TOOLS:C/:.*//:Mautomake) && \
!empty(USE_TOOLS:C/:.*//:Mautomake14)