diff options
author | pav <pav@FreeBSD.org> | 2011-01-28 01:22:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-01-28 01:22:29 +0800 |
commit | 81b522cb6f6136bfc3272799305d9afc9213c74f (patch) | |
tree | b0c8b0a7366037ce877be949f37de0fd00fb7593 /audio | |
parent | 6a2e2778ce2da3c9c25149f0c95edc2eb31d33bd (diff) | |
download | freebsd-ports-gnome-81b522cb6f6136bfc3272799305d9afc9213c74f.tar.gz freebsd-ports-gnome-81b522cb6f6136bfc3272799305d9afc9213c74f.tar.zst freebsd-ports-gnome-81b522cb6f6136bfc3272799305d9afc9213c74f.zip |
- Correct libmicrohttp depobj
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmpc-mserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile index b263569cb414..976794f6e288 100644 --- a/audio/gmpc-mserver/Makefile +++ b/audio/gmpc-mserver/Makefile @@ -16,7 +16,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.6:${PORTSDIR}/www/libmicrohttpd + microhttpd.12:${PORTSDIR}/www/libmicrohttpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc |