diff options
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 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 |