pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/tremor Add autoconf to tools, use automake inste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/696555894901
branches:  trunk
changeset: 569631:696555894901
user:      asau <asau%pkgsrc.org@localhost>
date:      Sat Jan 16 19:12:08 2010 +0000

description:
Add autoconf to tools, use automake instead of automake14.

diffstat:

 audio/tremor/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e820d322a0b7 -r 696555894901 audio/tremor/Makefile
--- a/audio/tremor/Makefile     Sat Jan 16 18:42:14 2010 +0000
+++ b/audio/tremor/Makefile     Sat Jan 16 19:12:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:07 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2010/01/16 19:12:08 asau Exp $
 
 DISTNAME=      tremor_snapshot_030406
 PKGNAME=       tremor-1.0.2
@@ -16,7 +16,7 @@
 WRKSRC=                ${WRKDIR}/Tremor
 AUTOCONF_REQD=         2.50
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            automake14 gmake
+USE_TOOLS+=            autoconf automake gmake
 USE_LIBTOOL=           yes
 
 PLIST_SUBST+=          DISTNAME=${DISTNAME:Q}



Home | Main Index | Thread Index | Old Index