diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-12-02 17:16:16 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-12-02 17:16:16 +0000 |
commit | 276304288bb3596e87beb1c60f8ad7e6ff8cb3a1 (patch) | |
tree | c71054f448bca4befa36706aea13fb3170edefb5 /audio/gmpc-mserver | |
parent | 6dac64742aee7fe3677f86320b059c53a52f08b1 (diff) | |
download | ports-276304288bb3596e87beb1c60f8ad7e6ff8cb3a1.tar.gz ports-276304288bb3596e87beb1c60f8ad7e6ff8cb3a1.zip |
Notes
Diffstat (limited to 'audio/gmpc-mserver')
-rw-r--r-- | audio/gmpc-mserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index 98bfdaa4dc00..32c1bb887a3e 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/ \ http://freebsd.unixfreunde.de/sources/ @@ -16,7 +17,7 @@ COMMENT= A plugin for gmpc that serves music. LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ curl.5:${PORTSDIR}/ftp/curl \ - tag.6:${PORTSDIR}/audio/taglib \ + tag.1:${PORTSDIR}/audio/taglib \ microhttpd:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc |