diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-13 01:34:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-13 01:34:20 +0800 |
commit | 4e732a5aacf770cb63c4c28522126571a213f987 (patch) | |
tree | 609222f55383776ab94086226ce73ea79ad7bd8f /graphics | |
parent | 7c4e0d8860dc7e58ff260501848a6b1bbffaa61f (diff) | |
download | freebsd-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/Makefile | 4 |
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 |