diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-04-13 08:26:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-04-13 08:26:10 +0000 |
commit | 8f01b76d23632283d21d3c847ee9d4ce77bef126 (patch) | |
tree | b42594001be5e814235d763a9b278b59eec48dde /graphics/graphviz | |
parent | 2e164d6c9f60b47c600e967a03f4a52c60ac3b39 (diff) | |
download | ports-8f01b76d23632283d21d3c847ee9d4ce77bef126.tar.gz ports-8f01b76d23632283d21d3c847ee9d4ce77bef126.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 491cc29a8bd9..4bbd8a56c5be 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -69,7 +69,7 @@ SMYRNA_DESC= SMYRNA graph viewer (requires GTK2) GVEDIT_DESC= gvedit (requires qt) MING_DESC= ming plugin DEVIL_DESC= devil plugin -GHOSTSCRIPT_DESC=ghostscript plugin +GHOSTSCRIPT_DESC=ghostscript plugin (requires PANGOCAIRO) PERL_DESC= Perl bindings (swig) PHP_DESC= PHP bindings (swig) PYTHON_DESC= Python bindings (swig) @@ -200,6 +200,12 @@ IGNORE= option PANGOCAIRO is required for option LIBRVG2 .endif .endif +.if ${PORT_OPTIONS:MGHOSTSCRIPT} +.if empty(PORT_OPTIONS:MPANGOCAIRO) +IGNORE= option PANGOCAIRO is required for option GHOSTSCRIPT +.endif +.endif + .if ${PORT_OPTIONS:MGTK2} .if empty(PORT_OPTIONS:MPANGOCAIRO) IGNORE= option PANGOCAIRO is required for option GTK2 |