diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-12 17:34:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-12 17:34:20 +0000 |
commit | d5a50635cf66e267f54839c7bed8ef5b18f1da32 (patch) | |
tree | 300dcacb9c6505b03de3c07c3a7a458ed540bd4c /graphics/graphviz | |
parent | 1c8aae3467ed9e63f6ee9e13c7859203554d21f7 (diff) |
- fix package
Sumbitted by: Phil Pennock
Notes
Notes:
svn path=/head/; revision=203356
Diffstat (limited to 'graphics/graphviz')
-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 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 |