diff options
author | grant <grant@pkgsrc.org> | 2004-06-06 02:26:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-06 02:26:54 +0000 |
commit | bbafeeead98dd4f0183a8ead418a39e2ff38a431 (patch) | |
tree | cf77c1d3ed86878624deb654b1f2d9366e620db5 /audio | |
parent | 7525d26a4b9257a8875853f9957ec5a210133733 (diff) | |
download | pkgsrc-bbafeeead98dd4f0183a8ead418a39e2ff38a431.tar.gz |
use buildlink3. allows this package to build with compilers other than
gcc.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libac3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libac3/Makefile b/audio/libac3/Makefile index 1f725018f99..dc53bc4837c 100644 --- a/audio/libac3/Makefile +++ b/audio/libac3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:30:41 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/06/06 02:26:54 grant Exp $ # DISTNAME= ac3dec-0.6.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://ess.engr.uvic.ca/~aholtzma/ac3/ COMMENT= AC3 audio (as used on DVDs) decoding library GNU_CONFIGURE= yes +USE_BUILDLINK3= yes do-build: cd ${WRKSRC}/libac3 && ${MAKE} |