aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xbmc-pvr
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2012-06-16 23:28:45 +0800
committernox <nox@FreeBSD.org>2012-06-16 23:28:45 +0800
commitae5762976a393ee4297135f36671d7c16847b903 (patch)
tree1abf142ac1b82c236d3df78743be04337b005500 /multimedia/xbmc-pvr
parent5abc0b0650dfe9ac819ea815800b66f318dc5896 (diff)
downloadfreebsd-ports-gnome-ae5762976a393ee4297135f36671d7c16847b903.tar.gz
freebsd-ports-gnome-ae5762976a393ee4297135f36671d7c16847b903.tar.zst
freebsd-ports-gnome-ae5762976a393ee4297135f36671d7c16847b903.zip
Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
Diffstat (limited to 'multimedia/xbmc-pvr')
-rw-r--r--multimedia/xbmc-pvr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile
index 2483186c20ce..e540220ece40 100644
--- a/multimedia/xbmc-pvr/Makefile
+++ b/multimedia/xbmc-pvr/Makefile
@@ -89,8 +89,8 @@ PLIST_SUB+= PYVER="${PYTHON_VERSION:S/python//:S/.//g}"
OPTIONS_DEFINE= AVAHI LIBBLURAY FAAC HAL LIRC MMS NONFREE PULSEAUDIO RTMP \
VAAPI VDPAU XRANDR WEBSERVER
-MMS_DESC= "Enable mms:// & mmsh:// support"
-NONFREE_DESC= "Enable non-free components (rar, ccx, ffmpeg)"
+MMS_DESC= Enable mms:// & mmsh:// support
+NONFREE_DESC= Enable non-free components (rar, ccx, ffmpeg)
OPTIONS_DEFAULT= AVAHI LIBBLURAY HAL MMS XRANDR
DESKTOP_ENTRIES="XBMC" \