From 5cdbd25e8c580a498cdd2d7d1f71309361298066 Mon Sep 17 00:00:00 2001 From: dillo Date: Wed, 2 Oct 2002 18:13:16 +0000 Subject: make use of new automake.mk --- audio/tremor-tools/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'audio/tremor-tools') diff --git a/audio/tremor-tools/Makefile b/audio/tremor-tools/Makefile index c59e5e2e204..53fb0e3b21d 100644 --- a/audio/tremor-tools/Makefile +++ b/audio/tremor-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/24 09:35:16 chris Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/02 18:13:17 dillo Exp $ DISTNAME= vorbis-tools-1.0 PKGNAME= tremor-tools-1.0.0.8 @@ -25,11 +25,14 @@ CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_PREFIX.libogg} \ PLIST_SUBST+= DISTNAME="${DISTNAME}" +AUTOMAKE_REQD= 1.4 PTHREAD_OPTS+= require pre-configure: - cd ${WRKSRC} && automake && autoconf + cd ${WRKSRC} && ${AUTOMAKE} + cd ${WRKSRC} && ${AUTOCONF} +.include "../../mk/automake.mk" .include "../../audio/tremor/buildlink2.mk" .include "../../audio/libvorbis/buildlink2.mk" .include "../../audio/libao/buildlink2.mk" -- cgit v1.2.3