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 | db859ecb4f33985b242592d96ea14e9274df52d5 (patch) | |
tree | cf77c1d3ed86878624deb654b1f2d9366e620db5 | |
parent | 450eaed55090e27acf1f7f8e5a7e2560fcced352 (diff) | |
download | pkgsrc-db859ecb4f33985b242592d96ea14e9274df52d5.tar.gz |
use buildlink3. allows this package to build with compilers other than
gcc.
-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} |