diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-23 02:13:01 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-23 02:13:01 +0800 |
commit | c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f (patch) | |
tree | 48899ee72fbfe40f44efb86eb61d3733e675681e /multimedia | |
parent | 0196ea7feeab42616272e4d2292b17920c768347 (diff) | |
download | freebsd-ports-gnome-c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f.tar.gz freebsd-ports-gnome-c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f.tar.zst freebsd-ports-gnome-c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f.zip |
multimedia/kodi: Disabled LIBBLURAY by default because every other port has it this way.
PR: 225966
Approved by: mickael.maillot@gmail.com (maintainer), tcberner (mentor, implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kodi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 59787e337ba2..750d1b2c13a5 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -111,7 +111,7 @@ SFTP_DESC= SSH SFTP support via libssh RPI1_DESC= build for RPI1-B (cpu=arm1176jzf-s) RPI2_DESC= build for RPI2 (cpu=cortex-a7, neon enabled) -OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI CEC LIBBLURAY LIRC \ +OPTIONS_DEFAULT= AIRPLAY AIRTUNES AVAHI CEC LIRC \ MYSQL NFS RTMP SFTP SMB VAAPI VDPAU WEBSERVER OPTIONS_DEFAULT_armv6= RPI1 OPTIONS_DEFAULT_armv7= RPI1 |