aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-12-13 01:34:20 +0800
committerdinoex <dinoex@FreeBSD.org>2007-12-13 01:34:20 +0800
commit4e732a5aacf770cb63c4c28522126571a213f987 (patch)
tree609222f55383776ab94086226ce73ea79ad7bd8f /graphics
parent7c4e0d8860dc7e58ff260501848a6b1bbffaa61f (diff)
downloadfreebsd-ports-graphics-4e732a5aacf770cb63c4c28522126571a213f987.tar.gz
freebsd-ports-graphics-4e732a5aacf770cb63c4c28522126571a213f987.tar.zst
freebsd-ports-graphics-4e732a5aacf770cb63c4c28522126571a213f987.zip
- fix package
Sumbitted by: Phil Pennock
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 5bf514c4037..7bb87ad3d13 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