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 /multimedia/xbmc | |
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 'multimedia/xbmc')
-rw-r--r-- | multimedia/xbmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index b1c7e581a31c..268191ced71d 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -195,7 +195,7 @@ CONFIGURE_ARGS+= --disable-vdpau .if defined(WITH_WEBSERVER) CONFIGURE_ARGS+= --enable-webserver -LIB_DEPENDS+= microhttpd.12:${PORTSDIR}/www/libmicrohttpd +LIB_DEPENDS+= microhttpd.20:${PORTSDIR}/www/libmicrohttpd PLIST_SUB+= HTTPD="" .else CONFIGURE_ARGS+= --disable-webserver |