diff options
author | flz <flz@FreeBSD.org> | 2012-04-11 23:16:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2012-04-11 23:16:18 +0800 |
commit | 40f825ef5586ae37e9466630e1a6408f5ea77697 (patch) | |
tree | a02fb89bd79090bce86fb1b812163100383b4475 /multimedia | |
parent | f6be73c528ec835c00a2aee26b354218be9cd150 (diff) | |
download | freebsd-ports-gnome-40f825ef5586ae37e9466630e1a6408f5ea77697.tar.gz freebsd-ports-gnome-40f825ef5586ae37e9466630e1a6408f5ea77697.tar.zst freebsd-ports-gnome-40f825ef5586ae37e9466630e1a6408f5ea77697.zip |
Update default OPTIONS.
Enable WEBSERVER and RTMP by default since they are "popular" options and are enabled by default in official XBMC builds.
PR: ports/166717
Submitted by: flz
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xbmc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index a63e396cd1a5..358f921cf4cb 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -7,6 +7,7 @@ PORTNAME= xbmc PORTVERSION= 11.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ @@ -78,10 +79,10 @@ OPTIONS= AVAHI "Enable Avahi support" on \ NONFREE "Enable non-free components (rar, ccx, ffmpeg)" off \ OSS "Enable experimental OSS support" off \ PULSE "Enable PulseAudio support" off \ - RTMP "RTMP support via librtmp" off \ + RTMP "RTMP support via librtmp" on \ VAAPI "Enable VAAPI support" off \ VDPAU "Enable VDPAU support" off \ - WEBSERVER "Build Internal Webserver" off + WEBSERVER "Build Internal Webserver" on DESKTOP_ENTRIES="XBMC" \ "${COMMENT}" \ |