diff options
author | pawel <pawel@FreeBSD.org> | 2011-10-13 05:15:57 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-10-13 05:15:57 +0800 |
commit | c308f051b12383fc737657bb22d46fde5f559cfe (patch) | |
tree | abd25014819c1d8ecfb71d1edc10bd74f5d3bdc0 /audio | |
parent | e3e2136a8545986654fa3fe6f5aa66a7a5da0784 (diff) | |
download | freebsd-ports-gnome-c308f051b12383fc737657bb22d46fde5f559cfe.tar.gz freebsd-ports-gnome-c308f051b12383fc737657bb22d46fde5f559cfe.tar.zst freebsd-ports-gnome-c308f051b12383fc737657bb22d46fde5f559cfe.zip |
Chase www/libmicrohttpd shlib bump
Diffstat (limited to 'audio')
-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 bd25faf89f7f..33e6e1414c35 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 1 +PORTREVISION= 2 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.3:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ - microhttpd.20:${PORTSDIR}/www/libmicrohttpd + microhttpd.23:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc |