diff options
Diffstat (limited to 'audio/tremor/Makefile')
-rw-r--r-- | audio/tremor/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index 1f7cba278dc..0a7a037e2d4 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/22 20:07:39 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/01 20:07:59 jlam Exp $ DISTNAME= tremor_snapshot_030406 PKGNAME= tremor-1.0.2 @@ -12,19 +12,17 @@ HOMEPAGE= http://www.xiph.org/ogg/vorbis/ COMMENT= Fixed point decoding library for the Ogg Vorbis audio encoding format WRKSRC= ${WRKDIR}/Tremor -AUTOMAKE_REQD= 1.4 AUTOCONF_REQD= 2.50 GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= automake14 gmake USE_LIBTOOL= yes PLIST_SUBST+= DISTNAME=${DISTNAME} pre-configure: - cd ${WRKSRC} && ${ACLOCAL} + cd ${WRKSRC} && aclocal cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --automake - cd ${WRKSRC} && ${AUTOMAKE} --add-missing - cd ${WRKSRC} && ${AUTOCONF} + cd ${WRKSRC} && automake --add-missing + cd ${WRKSRC} && autoconf -.include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" |