diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-10 16:31:20 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-10 16:31:20 +0000 |
commit | 6756ff7ba7dc0644b05c9fcd4739fcf0e44f5a4d (patch) | |
tree | 43c08de9ec3c529c27fb5a35b8bbcb7bf0ad2c09 /audio/gmpc-mserver | |
parent | 1013bd7890ce7f8170ad7e71ee9fec6a820c2c64 (diff) | |
download | ports-6756ff7ba7dc0644b05c9fcd4739fcf0e44f5a4d.tar.gz ports-6756ff7ba7dc0644b05c9fcd4739fcf0e44f5a4d.zip |
Notes
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 |