diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-06-25 14:12:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-06-25 14:12:40 +0800 |
commit | c3c44e12604a50634cbbbbc87d5d799da4c0e8ab (patch) | |
tree | 0c5a1eddac481c87fdc9a2c0256a6ef9e51b98a9 /graphics | |
parent | b39e839854d08b0efc5a75fc6a2a05f566d9dd76 (diff) | |
download | freebsd-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/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) |