diff options
Diffstat (limited to 'audio/libmpd/Makefile')
-rw-r--r-- | audio/libmpd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/libmpd/Makefile b/audio/libmpd/Makefile index 7255fa24e46..ccabeeed2ed 100644 --- a/audio/libmpd/Makefile +++ b/audio/libmpd/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2006/04/08 15:49:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/30 17:28:21 drochner Exp $ # -DISTNAME= libmpd-0.12.0 -PKGREVISION= 1 +DISTNAME= libmpd-0.15.0 CATEGORIES= audio -MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/ +MASTER_SITES= http://download.qballcow.nl/gmpc-0.15.5/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cms.qballcow.nl/index.php?page=libmpd @@ -13,5 +12,7 @@ COMMENT= Library to access mpd (musicpd) USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= libmpd.pc.in +USE_TOOLS+= pkg-config +.include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |