aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugin-softhddevice/Makefile
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/vdr-plugin-softhddevice/Makefile
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/vdr-plugin-softhddevice/Makefile')
-rw-r--r--multimedia/vdr-plugin-softhddevice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vdr-plugin-softhddevice/Makefile b/multimedia/vdr-plugin-softhddevice/Makefile
index fb53df491b1e..ae1c0ce54973 100644
--- a/multimedia/vdr-plugin-softhddevice/Makefile
+++ b/multimedia/vdr-plugin-softhddevice/Makefile
@@ -37,7 +37,7 @@ WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION}
.include "${.CURDIR}/../vdr/Makefile.plugins"
OPTIONS_DEFINE= VAAPI
-VAAPI_DESC= "Enable vaapi support (experimental)"
+VAAPI_DESC= Enable vaapi support (experimental)
.include <bsd.port.options.mk>