svn commit: r330377 - head/graphics/graphviz

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 15 09:43:35 UTC 2013


Author: bapt
Date: Tue Oct 15 09:43:34 2013
New Revision: 330377
URL: http://svnweb.freebsd.org/changeset/ports/330377

Log:
  Remove wrong dependency on gnome1 libraries (gnomelibs == gnome1)

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Tue Oct 15 09:23:28 2013	(r330376)
+++ head/graphics/graphviz/Makefile	Tue Oct 15 09:43:34 2013	(r330377)
@@ -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


More information about the svn-ports-head mailing list