diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-26 15:30:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-26 15:30:01 +0800 |
commit | 51057ce119e32868417a70452476e15257fd4ece (patch) | |
tree | 17df87f0d46fdf5da300f395c2987001f7507b48 /graphics | |
parent | aabc15fdc2dd55b17eddd70653469f3211ac0261 (diff) | |
download | freebsd-ports-gnome-51057ce119e32868417a70452476e15257fd4ece.tar.gz freebsd-ports-gnome-51057ce119e32868417a70452476e15257fd4ece.tar.zst freebsd-ports-gnome-51057ce119e32868417a70452476e15257fd4ece.zip |
- ensure ghostscript is not picked up
PR: 159832
Submitted by: Takefu
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index bd3c5b321022..41e659203b7e 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -395,6 +395,7 @@ PLIST_SUB+= WITH_GUILE="@comment " USE_GHOSTSCRIPT= yes PLIST_SUB+= WITH_GHOSTSCRIPT="" .else +CONFIGURE_ARGS+= --with-ghostscript=no PLIST_SUB+= WITH_GHOSTSCRIPT="@comment " .endif |