summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 09:43:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-15 09:43:34 +0000
commit5a6c1d729a56c481fdec5a3fd78e851f16483cf0 (patch)
tree9ac231257fced78ec0ac880a5fbdbbf8a4a330a4 /graphics
parentRemove one more port depending on gnome1 (diff)
Remove wrong dependency on gnome1 libraries (gnomelibs == gnome1)
Notes
Notes: svn path=/head/; revision=330377
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 7d667083a581..f7199f93957e 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -234,7 +234,7 @@ CONFIGURE_ARGS+= --without-gnomeui
.if ${PORT_OPTIONS:MSMYRNA}
CONFIGURE_ARGS+= --with-glade=yes
-USE_GNOME+= gnomelibs libglade2
+USE_GNOME+= libglade2
.if empty(PORT_OPTIONS:MGTK2)
IGNORE= option GTK2 is required for option SMYRNA
.endif