diff options
author | dillo <dillo@pkgsrc.org> | 2002-10-02 18:13:16 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-10-02 18:13:16 +0000 |
commit | a3cb029db92f6332913849f52ad154c4855caca7 (patch) | |
tree | f1f4f93621a6c1e5db560b38bc3986840703aff3 /audio/tremor-tools/Makefile | |
parent | 40b7a0920f3d2943430553e6f39fe1a0f2cadd69 (diff) | |
download | pkgsrc-a3cb029db92f6332913849f52ad154c4855caca7.tar.gz |
make use of new automake.mk
Diffstat (limited to 'audio/tremor-tools/Makefile')
-rw-r--r-- | audio/tremor-tools/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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" |