diff options
author | wiz <wiz> | 2015-01-08 16:41:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-01-08 16:41:44 +0000 |
commit | b4f3f9a7fbe526e1a0b5cb4b364d0d3ada275055 (patch) | |
tree | 7ca57d05ee22163f9d4a237b2ca3f54a0eb9b710 /mk | |
parent | eb303daa7c28e01b0389711f1700b16d2387c1af (diff) | |
download | pkgsrc-b4f3f9a7fbe526e1a0b5cb4b364d0d3ada275055.tar.gz |
Add links for automake-1.15.
Diffstat (limited to 'mk')
-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 9781a51f105..a238923b3ff 100644 --- a/mk/tools/automake.mk +++ b/mk/tools/automake.mk @@ -1,4 +1,4 @@ -# $NetBSD: automake.mk,v 1.23 2015/01/06 09:26:55 obache Exp $ +# $NetBSD: automake.mk,v 1.24 2015/01/08 16:41:44 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -90,7 +90,8 @@ _TOOLS_AM_NAMES= aclocal aclocal-1.4 \ aclocal-1.11 \ aclocal-1.12 \ aclocal-1.13 \ - aclocal-1.14 + aclocal-1.14 \ + aclocal-1.15 _TOOLS_AM_NAMES+= automake automake-1.4 \ automake-1.5 \ automake-1.6 \ @@ -101,7 +102,8 @@ _TOOLS_AM_NAMES+= automake automake-1.4 \ automake-1.11 \ automake-1.12 \ automake-1.13 \ - automake-1.14 + automake-1.14 \ + automake-1.15 .for _t_ in ${_TOOLS_AM_NAMES} _TOOLS_AM_TYPE.${_t_}?= TOOLS_GNU_MISSING |