diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-11 00:31:20 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-11 00:31:20 +0800 |
commit | f512633109c7e29a019c5b8483f8811dbd43fa0b (patch) | |
tree | cb6faaabfb05b0e8a1d049f477e0f45850a995fd /audio/gmpc-mserver | |
parent | 6797e84cc3169bcf8ce81a7d1f4e2d96955f019e (diff) | |
download | freebsd-ports-gnome-f512633109c7e29a019c5b8483f8811dbd43fa0b.tar.gz freebsd-ports-gnome-f512633109c7e29a019c5b8483f8811dbd43fa0b.tar.zst freebsd-ports-gnome-f512633109c7e29a019c5b8483f8811dbd43fa0b.zip |
Chase libmicrohttpd shared lib bump
Approved by: bapt (mentor)
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 976794f6e288..7f87585b5134 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ @@ -16,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.12:${PORTSDIR}/www/libmicrohttpd + microhttpd.20:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc |