aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-06-25 14:12:40 +0800
committerdinoex <dinoex@FreeBSD.org>2011-06-25 14:12:40 +0800
commitc3c44e12604a50634cbbbbc87d5d799da4c0e8ab (patch)
tree0c5a1eddac481c87fdc9a2c0256a6ef9e51b98a9 /graphics
parentb39e839854d08b0efc5a75fc6a2a05f566d9dd76 (diff)
downloadfreebsd-ports-gnome-c3c44e12604a50634cbbbbc87d5d799da4c0e8ab.tar.gz
freebsd-ports-gnome-c3c44e12604a50634cbbbbc87d5d799da4c0e8ab.tar.zst
freebsd-ports-gnome-c3c44e12604a50634cbbbbc87d5d799da4c0e8ab.zip
- fix option WITH_GVEDIT
PR: 158008 Submitted by: Peter Jeremy
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile2
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)