pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Hide automake-1.11 by default as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15baadcdce4d
branches:  trunk
changeset: 394482:15baadcdce4d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 10 15:31:45 2009 +0000

description:
Hide automake-1.11 by default as well.

diffstat:

 mk/tools/automake.mk |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 8af2f9aa7482 -r 15baadcdce4d mk/tools/automake.mk
--- a/mk/tools/automake.mk      Wed Jun 10 14:50:39 2009 +0000
+++ b/mk/tools/automake.mk      Wed Jun 10 15:31:45 2009 +0000
@@ -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 @@
                                        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



Home | Main Index | Thread Index | Old Index