diff options
author | asau <asau@pkgsrc.org> | 2010-01-16 19:12:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-01-16 19:12:08 +0000 |
commit | 20751faf7a98f083d1037543dccf38c8188f2e1b (patch) | |
tree | 06727e174ab2826050e8b322eeb275a2c74af489 /audio/tremor | |
parent | 34cfde1996003d7f57f9fcb04d3cb75c89bdf715 (diff) | |
download | pkgsrc-20751faf7a98f083d1037543dccf38c8188f2e1b.tar.gz |
Add autoconf to tools, use automake instead of automake14.
Diffstat (limited to 'audio/tremor')
-rw-r--r-- | audio/tremor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index b29268ea707..249a44f5037 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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} |