aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-12-12 17:34:20 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-12-12 17:34:20 +0000
commitd5a50635cf66e267f54839c7bed8ef5b18f1da32 (patch)
tree300dcacb9c6505b03de3c07c3a7a458ed540bd4c /graphics/graphviz
parent1c8aae3467ed9e63f6ee9e13c7859203554d21f7 (diff)
downloadports-d5a50635cf66e267f54839c7bed8ef5b18f1da32.tar.gz
ports-d5a50635cf66e267f54839c7bed8ef5b18f1da32.zip
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 5bf514c40371..7bb87ad3d13d 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -156,7 +156,7 @@ USE_XORG+= sm ice xext xinerama xi xrandr xcursor xfixes
IGNORE= option WITH_PANGOCAIRO is required for option WITH_GTK
.endif
.else
-CONFIGURE_ARGS+= --without-gtk --without-gdk-pixbuf=yes
+CONFIGURE_ARGS+= --without-gtk --without-gdk-pixbuf
PLIST_SUB+= WITH_GTK="@comment "
.endif
@@ -168,7 +168,7 @@ USE_GNOME+= gdkpixbuf
IGNORE= option WITH_GTK is required for option WITH_GDK_PIXBUF
.endif
.else
-CONFIGURE_ARGS+= --without-gdk-pixbuf=yes
+CONFIGURE_ARGS+= --without-gdk-pixbuf
PLIST_SUB+= WITH_PIXBUF="@comment "
.endif