diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-12 11:56:24 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-07-12 11:56:24 +0000 |
commit | f1cbfd7347f357701638cc13f1509416c936e8c9 (patch) | |
tree | 460f18169d4a667c9c8372ed9eb008db24d53709 /audio/gmpc-mserver/Makefile | |
parent | 8d1b7b46dc74f72328cd538499d58513d86cc22c (diff) | |
download | ports-f1cbfd7347f357701638cc13f1509416c936e8c9.tar.gz ports-f1cbfd7347f357701638cc13f1509416c936e8c9.zip |
Notes
Diffstat (limited to 'audio/gmpc-mserver/Makefile')
-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 3da2e5246ced..28bc53eaee3a 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ @@ -17,7 +17,7 @@ COMMENT= Lets you stream music files to your mpd that are not in your database LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ - microhttpd.23:${PORTSDIR}/www/libmicrohttpd + microhttpd:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc |