diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-02 04:15:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-04-02 04:15:36 +0800 |
commit | 728b00d9d65ca8ad9677989fe6901ca0090c8ac6 (patch) | |
tree | ccf617019bfde6f9a26ee9713e1ca221839774a7 /Mk | |
parent | 43977b4c9b4ef92c88b6a2be440df91e9d1dc413 (diff) | |
download | freebsd-ports-gnome-728b00d9d65ca8ad9677989fe6901ca0090c8ac6.tar.gz freebsd-ports-gnome-728b00d9d65ca8ad9677989fe6901ca0090c8ac6.tar.zst freebsd-ports-gnome-728b00d9d65ca8ad9677989fe6901ca0090c8ac6.zip |
Catchup with recent removals
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 2af7c7ecdb8a..bcc982765df0 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -432,12 +432,10 @@ proxydeps_suggest_uses() { warn "you need USE_GNOME+=${pkg#*/}" # Gnome different as port # grep LIB_DEPENDS= Mk/Uses/gnome.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|[ "\1" = "\3" ] \|\| echo "elif [ \\${pkg} = \\\"\2/\3\\\" ]; then; warn \\\"you need USE_GNOME+=\1\\\""|'|sort|sh - elif [ ${pkg} = "accessibility/at-spi" ]; then warn "you need USE_GNOME+=atspi" elif [ ${pkg} = "databases/evolution-data-server" ]; then warn "you need USE_GNOME+=evolutiondataserver3" elif [ ${pkg} = "graphics/gdk-pixbuf" ]; then warn "you need USE_GNOME+=gdkpixbuf" elif [ ${pkg} = "graphics/gdk-pixbuf2" ]; then warn "you need USE_GNOME+=gdkpixbuf2" elif [ ${pkg} = "x11/gnome-desktop" ]; then warn "you need USE_GNOME+=gnomedesktop3" - elif [ ${pkg} = "accessibility/gnome-speech" ]; then warn "you need USE_GNOME+=gnomespeech" elif [ ${pkg} = "devel/gnome-vfs" ]; then warn "you need USE_GNOME+=gnomevfs2" elif [ ${pkg} = "devel/gobject-introspection" ]; then warn "you need USE_GNOME+=introspection" elif [ ${pkg} = "graphics/libart_lgpl" ]; then warn "you need USE_GNOME+=libartlgpl2" |