diff options
author | wiz <wiz> | 2004-02-19 01:06:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-19 01:06:14 +0000 |
commit | 48bef3d05ba98998bd84aed44eaae6f025615e54 (patch) | |
tree | cc8a3c3a845688e5f50965657c83eef22a1fd0e2 /audio | |
parent | 6a6504d505996fb34c2986ba2def1da93dd2722e (diff) | |
download | pkgsrc-48bef3d05ba98998bd84aed44eaae6f025615e54.tar.gz |
Convert to buildlink3. Update autoconf dependency,
since currently-in-pkgsrc-libtool needs autoconf-2.50+.
Diffstat (limited to 'audio')
-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 |