diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-19 01:06:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-19 01:06:14 +0000 |
commit | e625f809d8ab3917ecff4ccac0dbfb861aad5135 (patch) | |
tree | cc8a3c3a845688e5f50965657c83eef22a1fd0e2 /audio/tremor | |
parent | ac264f1d0f5bfd2d07bfc6340898e68b9745b797 (diff) | |
download | pkgsrc-e625f809d8ab3917ecff4ccac0dbfb861aad5135.tar.gz |
Convert to buildlink3. Update autoconf dependency,
since currently-in-pkgsrc-libtool needs autoconf-2.50+.
Diffstat (limited to 'audio/tremor')
-rw-r--r-- | audio/tremor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index 32790b5b978..347fab5f7fa 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:34 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/19 01:06:14 wiz Exp $ DISTNAME= tremor_snapshot_030406 PKGNAME= tremor-1.0.2 @@ -13,7 +13,9 @@ 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_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes |