diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 21:24:15 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 21:26:12 +0800 |
commit | e9cac8e2ce349fc6960512ed320a32c7f785483e (patch) | |
tree | 0079814b3e14dd503ee7c4aebfdbc3a92a184523 /Mk/Uses | |
parent | 28a6ddab5efdad6f3bcdc1d5825e4c180f08f8d4 (diff) | |
download | freebsd-ports-gnome-e9cac8e2ce349fc6960512ed320a32c7f785483e.tar.gz freebsd-ports-gnome-e9cac8e2ce349fc6960512ed320a32c7f785483e.tar.zst freebsd-ports-gnome-e9cac8e2ce349fc6960512ed320a32c7f785483e.zip |
x11/libgnome: remove
Gnome2 library dead upstream with no consumers left in the ports tree
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/gnome.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index ad89fe8dbf6a..0e1a4afc1b42 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -73,8 +73,7 @@ _USE_GNOME_ALL+= atk cairo \ gdkpixbuf2 gconf2 glib20 \ gnomevfs2 gtk-update-icon-cache gtk20 \ gtksharp20 gtksourceview2 gvfs libartlgpl2 libbonobo \ - libglade2 libgnome \ - libgnomecanvas \ + libglade2 libgnomecanvas \ libgsf libidl librsvg2 libwnck \ libxml2 libxslt \ orbit2 pango pangox-compat \ @@ -225,9 +224,6 @@ libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 libartlgpl2_LIB_DEPENDS= libart_lgpl_2.so:graphics/libart_lgpl -libgnome_LIB_DEPENDS= libgnome-2.so:x11/libgnome -libgnome_USE_GNOME_IMPL=gnomevfs2 libbonobo - gnomedesktop3_LIB_DEPENDS= libgnome-desktop-3.so:x11/gnome-desktop gnomedesktop3_USE_GNOME_IMPL= gtk30 |