Date: Tue, 15 Oct 2013 09:43:34 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330377 - head/graphics/graphviz Message-ID: <201310150943.r9F9hYDK076355@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310150943.r9F9hYDK076355>