aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-30 11:37:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-30 11:37:57 +0000
commit816258886feae2b6709756fd4b521a6ca59421a6 (patch)
treec3f4e29b3c7012cdb450786801d610892df94796 /graphics/gnash
parent493e2a993a1af82a0d3efc62c9a5eeb6e3f569c1 (diff)
downloadports-816258886feae2b6709756fd4b521a6ca59421a6.tar.gz
ports-816258886feae2b6709756fd4b521a6ca59421a6.zip
- shorter desc for options
Notes
Notes: svn path=/head/; revision=300260
Diffstat (limited to 'graphics/gnash')
-rw-r--r--graphics/gnash/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 27e7b3f7e407..e269814da31c 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -66,14 +66,14 @@ OPTIONS_SINGLE_RENDERER=AGG OPENGL CAIRO
OPTIONS_DEFAULT=GTK2 PLUGIN AGG FFMPEG VAAPI
NO_OPTIONS_SORT=yes
-PLUGIN_DESC= Enable browser plugin
-CYGNAL_DESC= Enable Cygnal media server
-AGG_DESC= Enable AGG renderer
-OPENGL_DESC= Enable OpenGL renderer (broken)
-CAIRO_DESC= Enable Cairo renderer (experimental)
-FFMPEG_DESC= Enable ffmpeg media handler
-GSTREAMER_DESC= Enable GStreamer media handler
-VAAPI_DESC= Enable VAAPI support (requires FFMPEG)
+PLUGIN_DESC= browser plugin
+CYGNAL_DESC= Cygnal media server
+AGG_DESC= AGG renderer
+OPENGL_DESC= OpenGL renderer (broken)
+CAIRO_DESC= Cairo renderer (experimental)
+FFMPEG_DESC= ffmpeg media handler
+GSTREAMER_DESC= GStreamer media handler
+VAAPI_DESC= VAAPI support (requires FFMPEG)
.include <bsd.port.options.mk>