diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-01-12 00:59:44 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-01-12 00:59:44 +0000 |
commit | b5d9bd631171c814f45e8df2b9f5d01842e19701 (patch) | |
tree | f33c7bf2df05e4cb2d2d7c2c2b3af5e067f6c76c /multimedia | |
parent | - correct libmicrohttpd version (diff) |
- correct libmicrohttpd version
- bump PORTREVISION
Followup for PR ports/153530
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267682
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xbmc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index 9875ab579a2b..380e70a661f9 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -7,6 +7,7 @@ PORTNAME= xbmc PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ \ http://fneufn.eu/freebsd/xbmc/ @@ -166,7 +167,7 @@ CONFIGURE_ARGS+= --disable-vdpau .if defined(WITH_WEBSERVER) CONFIGURE_ARGS+= --enable-webserver -LIB_DEPENDS+= microhttpd.6:${PORTSDIR}/www/libmicrohttpd +LIB_DEPENDS+= microhttpd.12:${PORTSDIR}/www/libmicrohttpd PLIST_SUB+= HTTPD="" .else CONFIGURE_ARGS+= --disable-webserver |