diff options
author | simonb <simonb> | 2004-05-05 09:29:11 +0000 |
---|---|---|
committer | simonb <simonb> | 2004-05-05 09:29:11 +0000 |
commit | a795c41155dd32188c2a450846fa0c5a5a0066c2 (patch) | |
tree | 89d16ed9710ae1377dbf803985bfa1886318e9bc /audio/mpc | |
parent | fbabd1c15264cd1053d47f7ac63dc7818d6638ec (diff) | |
download | pkgsrc-a795c41155dd32188c2a450846fa0c5a5a0066c2.tar.gz |
Include converters/libiconv/buildlink3.mk to get this building on 1.6
branch.
Diffstat (limited to 'audio/mpc')
-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" |