diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-30 11:37:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-30 11:37:57 +0000 |
commit | 816258886feae2b6709756fd4b521a6ca59421a6 (patch) | |
tree | c3f4e29b3c7012cdb450786801d610892df94796 /graphics/graphviz | |
parent | 493e2a993a1af82a0d3efc62c9a5eeb6e3f569c1 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
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> |