summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2009-06-10 15:31:45 +0000
committerwiz <wiz>2009-06-10 15:31:45 +0000
commit3ef8b270faa5b757585cba45ca3c87effae221b1 (patch)
treefc957b94e30efa759d6b5b2f3f92d1b9c0c1b461
parent36c4b6bd3bbc4535c53e294f0018763ec3862e86 (diff)
downloadpkgsrc-3ef8b270faa5b757585cba45ca3c87effae221b1.tar.gz
Hide automake-1.11 by default as well.
-rw-r--r--mk/tools/automake.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/tools/automake.mk b/mk/tools/automake.mk
index 2e39171a638..21a8ed0b031 100644
--- a/mk/tools/automake.mk
+++ b/mk/tools/automake.mk
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.18 2007/03/01 22:29:15 wiz Exp $
+# $NetBSD: automake.mk,v 1.19 2009/06/10 15:31:45 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -86,14 +86,16 @@ _TOOLS_AM_NAMES= aclocal aclocal-1.4 \
aclocal-1.7 \
aclocal-1.8 \
aclocal-1.9 \
- aclocal-1.10
+ aclocal-1.10 \
+ aclocal-1.11
_TOOLS_AM_NAMES+= automake automake-1.4 \
automake-1.5 \
automake-1.6 \
automake-1.7 \
automake-1.8 \
automake-1.9 \
- automake-1.10
+ automake-1.10 \
+ automake-1.11
.for _t_ in ${_TOOLS_AM_NAMES}
_TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING