diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-30 19:37:57 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-30 19:37:57 +0800 |
commit | 60d1bd004aa610051a3da8f2fb63c4b41c857301 (patch) | |
tree | 99373f08bda0cea636de4904db7a38c3298f87c8 | |
parent | da7b67a06628aaee1cac3bbc855b0c7e38aa6a95 (diff) | |
download | freebsd-ports-gnome-60d1bd004aa610051a3da8f2fb63c4b41c857301.tar.gz freebsd-ports-gnome-60d1bd004aa610051a3da8f2fb63c4b41c857301.tar.zst freebsd-ports-gnome-60d1bd004aa610051a3da8f2fb63c4b41c857301.zip |
- shorter desc for options
-rw-r--r-- | graphics/gimageview/Makefile | 2 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 16 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 34 | ||||
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | www/opera/Makefile | 4 |
5 files changed, 29 insertions, 29 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index b52d90b81243..9b63f7e90dcc 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -28,7 +28,7 @@ OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE IMLIB OPTIONS_DEFAULT=SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER NO_OPTIONS_SORT=yes SPLASH_DESC= Show splash screen on startup -IMLIB_DESC= Enable imlib, disable gdk-pixbuf +IMLIB_DESC= imlib, disable gdk-pixbuf USE_GNOME= gtk20 USE_XORG= xinerama ice 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> diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index f76444c12512..4f9be7f81c87 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -72,23 +72,23 @@ OPTIONS_DEFAULT?= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO NO_OPTIONS_SORT=yes DIGCOLA_DESC= neato layout engine wiwth DIGCOLA features IPSEPCOLA_DESC= neato layout engine wiwth IPSEPCOLA features -PANGOCAIRO_DESC=Enable pangocairo support -SMYRNA_DESC= Enable SMYRNA graph viewer (requires GTK2) -GVEDIT_DESC= Enable gvedit (requires qt) -GTK2_DESC= Enable gtk2 plugin (requires PANGOCAIRO) -GDK_PIXBUF_DESC= Enable gdk pixbuf support -GNOMEUI_DESC= Enable libgnomeui support -MING_DESC= Enable ming plugin -DEVIL_DESC= Enable devil plugin -GHOSTSCRIPT_DESC= Enable ghostscript plugin -PERL_DESC= Enable Perl bindings (swig) -PHP_DESC= Enable PHP bindings (swig) -PYTHON_DESC= Enable Python bindings (swig) -RUBY_DESC= Enable Ruby bindings (swig) -LUA_DESC= Enable Lua bindings (swig) -TCL_DESC= Enable TCL bindings (swig) -GUILE_DESC= Enable Guile bindings (swig) -TK_DESC= Enable TK toolkit support +PANGOCAIRO_DESC=pangocairo support +SMYRNA_DESC= SMYRNA graph viewer (requires GTK2) +GVEDIT_DESC= gvedit (requires qt) +GTK2_DESC= gtk2 plugin (requires PANGOCAIRO) +GDK_PIXBUF_DESC= gdk pixbuf support +GNOMEUI_DESC= libgnomeui support +MING_DESC= ming plugin +DEVIL_DESC= devil plugin +GHOSTSCRIPT_DESC= ghostscript plugin +PERL_DESC= Perl bindings (swig) +PHP_DESC= PHP bindings (swig) +PYTHON_DESC= Python bindings (swig) +RUBY_DESC= Ruby bindings (swig) +LUA_DESC= Lua bindings (swig) +TCL_DESC= TCL bindings (swig) +GUILE_DESC= Guile bindings (swig) +TK_DESC= TK toolkit support .include <bsd.port.options.mk> diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 4222a73c7c77..5748fd212362 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -75,7 +75,7 @@ OPTIONS_DEFAULT= LIBPAPER GHOSTSCRIPT NO_OPTIONS_SORT= yes .endif -LIBUSB_DESC= Enable USB support +LIBUSB_DESC= USB support GHOSTSCRIPT_DESC= Build pdftops with GHOSTSCRIPT XPDF_DESC= Build pdftops with XPDF XDG_OPEN= Build with XDG_OPEN as browser diff --git a/www/opera/Makefile b/www/opera/Makefile index 7a2393ebd1b2..9fc308231da1 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -44,8 +44,8 @@ EXPLICIT_PACKAGE_DEPENDS= yes OPTIONS_DEFINE= CUPS VIDEO GTK2 KDE4 OPTIONS_DEFAULT= CUPS VIDEO -CUPS_DESC= Enable support for printing (requires CUPS) -VIDEO_DESC= Enable support for HTML5 video (requires GStreamer) +CUPS_DESC= support for printing (requires CUPS) +VIDEO_DESC= support for HTML5 video (requires GStreamer) .include <bsd.port.options.mk> |