diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 15:33:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 15:33:14 +0000 |
commit | c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585 (patch) | |
tree | 7977f602cf12c627ebf2132650d3edd6364341c4 /audio/gmpc-mserver | |
parent | 7cf24fb3dfcdb46f27e51270221819983f4c04f0 (diff) | |
download | ports-c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585.tar.gz ports-c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585.zip |
Notes
Diffstat (limited to 'audio/gmpc-mserver')
-rw-r--r-- | audio/gmpc-mserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index 33e6e1414c35..da75a8e4851f 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ @@ -15,7 +15,7 @@ MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ MAINTAINER= miwi@FreeBSD.org COMMENT= Lets you stream music files to your mpd that are not in your database -LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ +LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ microhttpd.23:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc |