Date: Sat, 7 Mar 2020 14:47:14 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527953 - head/Mk/Uses Message-ID: <202003071447.027ElE8L006705@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Mar 7 14:47:14 2020 New Revision: 527953 URL: https://svnweb.freebsd.org/changeset/ports/527953 Log: Unregister pygtksourceview from USE_GNOME. It is unused in the Ports Tree and its implementing port has expired. Modified: head/Mk/Uses/gnome.mk Modified: head/Mk/Uses/gnome.mk ============================================================================== --- head/Mk/Uses/gnome.mk Sat Mar 7 14:40:37 2020 (r527952) +++ head/Mk/Uses/gnome.mk Sat Mar 7 14:47:14 2020 (r527953) @@ -82,7 +82,7 @@ _USE_GNOME_ALL+= atk cairo \ libgnomeui libgsf libgtkhtml libidl librsvg2 libwnck \ libxml2 libxslt \ orbit2 pango pangox-compat pygobject pygtk2 \ - pygtksourceview vte + vte # GNOME 3 components _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \ @@ -345,10 +345,6 @@ gnomesharp20_USE_GNOME_IMPL= gnomevfs2 gtkhtml3 gtksha libgnomekbd_LIB_DEPENDS= libgnomekbd.so:x11/libgnomekbd libgnomekbd_USE_GNOME_IMPL= gtk30 libxml2 - -pygtksourceview_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc:x11-toolkits/py-gtksourceview -pygtksourceview_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc:x11-toolkits/py-gtksourceview -pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2 gvfs_BUILD_DEPENDS= gvfs>=0:devel/gvfs gvfs_RUN_DEPENDS= gvfs>=0:devel/gvfs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003071447.027ElE8L006705>