summaryrefslogtreecommitdiff
path: root/audio/libmpd/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-05-30 17:28:21 +0000
committerdrochner <drochner@pkgsrc.org>2008-05-30 17:28:21 +0000
commit8860f8a575505593360eb5edb53d1f8971cb13a2 (patch)
tree0e6a45fd59b56b28554358e9a356c3d39241198b /audio/libmpd/Makefile
parent118a9d582407fbcf2d1010576899f4c3df5d7852 (diff)
downloadpkgsrc-8860f8a575505593360eb5edb53d1f8971cb13a2.tar.gz
update to 0.15.0
changes (mostly guessed): -some code reorganisation -support for server side search -bugfixes
Diffstat (limited to 'audio/libmpd/Makefile')
-rw-r--r--audio/libmpd/Makefile9
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"