diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-10 15:31:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-10 15:31:45 +0000 |
commit | b1478ef457305f0162b52c01f1e82ced43f497de (patch) | |
tree | fc957b94e30efa759d6b5b2f3f92d1b9c0c1b461 /mk/tools | |
parent | 5fd6e225a918bb4afb35954e023e2fa21f60bef0 (diff) | |
download | pkgsrc-b1478ef457305f0162b52c01f1e82ced43f497de.tar.gz |
Hide automake-1.11 by default as well.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/automake.mk | 8 |
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 |