diff options
author | gahr <gahr@FreeBSD.org> | 2012-07-12 19:56:24 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-07-12 19:56:24 +0800 |
commit | df8206153308690f1794e69663be130932c20075 (patch) | |
tree | 772bee12813aa70846438365075d7d1ba9056503 /audio/gmpc-mserver | |
parent | 521ce0b0e9775120a575b46d90faad133f1553f4 (diff) | |
download | freebsd-ports-gnome-df8206153308690f1794e69663be130932c20075.tar.gz freebsd-ports-gnome-df8206153308690f1794e69663be130932c20075.tar.zst freebsd-ports-gnome-df8206153308690f1794e69663be130932c20075.zip |
- Chase www/libmicrohttpd shlib version bump
- Bump PORTREVISION
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 |