diff options
author | simonb <simonb@pkgsrc.org> | 2004-05-05 09:29:11 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-05-05 09:29:11 +0000 |
commit | 5d1607b216f6cc5a868de23600c81f2e5f82eabe (patch) | |
tree | 89d16ed9710ae1377dbf803985bfa1886318e9bc /audio/mpc/Makefile | |
parent | 4180f4f0ac2f44eeb8de636da4c577b5ca6ba3a4 (diff) | |
download | pkgsrc-5d1607b216f6cc5a868de23600c81f2e5f82eabe.tar.gz |
Include converters/libiconv/buildlink3.mk to get this building on 1.6
branch.
Diffstat (limited to 'audio/mpc/Makefile')
-rw-r--r-- | audio/mpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile index 0a7f142e833..234c666ee54 100644 --- a/audio/mpc/Makefile +++ b/audio/mpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/30 10:49:25 grant Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/05 09:29:11 simonb Exp $ DISTNAME= mpc-0.10.3 CATEGORIES= audio @@ -12,4 +12,5 @@ GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |