diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-06-25 06:12:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-06-25 06:12:40 +0000 |
commit | 2be25c107627c47c0751869d5a917cbbdf1aefc0 (patch) | |
tree | 04660a064d5889dabb5233ac1b1a3191d82ee3a2 /graphics/graphviz | |
parent | 8a3de99aa8d27260ca5f70f341cbb56f7b765b3b (diff) | |
download | ports-2be25c107627c47c0751869d5a917cbbdf1aefc0.tar.gz ports-2be25c107627c47c0751869d5a917cbbdf1aefc0.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 07d735eb6053..3996972d1ad0 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -279,7 +279,7 @@ CONFIGURE_ARGS+= --with-gvedit=yes PLIST_SUB+= WITH_GVEDIT="" .else PLIST_SUB+= WITH_GVEDIT="@comment " -CONFIGURE_ARGS+= --without-gvedit +CONFIGURE_ARGS+= --with-qt=no .endif .if defined(WITH_MING) |