diff options
Diffstat (limited to 'audio')
-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" |