diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-26 07:30:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-26 07:30:01 +0000 |
commit | c6ffc448fd4a04cedca6e4bfe54649df438757a5 (patch) | |
tree | 2040c2cb3ce19b49b27cd17f340b549d92916984 | |
parent | - Update to 1.34 (diff) |
- ensure ghostscript is not picked up
PR: 159832
Submitted by: Takefu
Notes
Notes:
svn path=/head/; revision=280501
-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 |