aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-04-14 14:14:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-04-14 14:14:23 +0000
commitd094b1c96009413eda81feba59176528b5ec6530 (patch)
tree6948a76d6407e2590ce8162ddd69adb3f4dbc950 /graphics/graphviz
parentb3ef26a732b6045da1aa1b60c3cb96e216977572 (diff)
downloadports-d094b1c96009413eda81feba59176528b5ec6530.tar.gz
ports-d094b1c96009413eda81feba59176528b5ec6530.zip
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 1475dccae57b..b37da72de0ac 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -187,7 +187,6 @@ PLIST_SUB+= WITH_GTK="@comment "
.if defined(WITH_GDK_PIXBUF)
CONFIGURE_ARGS+= --with-gdk-pixbuf=yes
PLIST_SUB+= WITH_PIXBUF=""
-USE_GNOME+= gdkpixbuf
.if !defined(WITH_GTK)
IGNORE= option WITH_GTK is required for option WITH_GDK_PIXBUF
.endif