[Lunar-commits] <moonbase> vim: added optional_depends gtk+-2

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Thu May 3 23:25:32 CEST 2012


commit 6ceb0620431407c37d43f219a614fd6e58742d44
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Thu May 3 23:25:32 2012 +0200

    vim: added optional_depends gtk+-2
---
 editors/vim/DEPENDS |    1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/vim/DEPENDS b/editors/vim/DEPENDS
index d82b718..e9aa6fa 100644
--- a/editors/vim/DEPENDS
+++ b/editors/vim/DEPENDS
@@ -3,6 +3,7 @@ depends ncurses
 optional_depends "acl"    "--enable-acl"               "--disable-acl"               "for Access Control List support"
 optional_depends "gpm"    "--enable-gpm"               "--disable-gpm"               "for GPM mouse support"
 optional_depends "libX11" "--enable-gui=auto --with-x" "--enable-gui=no --without-x" "for Graphical User Interface support"
+optional_depends "gtk+-2" "--enable-gtk2-check"        "--disable-gtk2-check"        "for GTK+2 UI (only if graphical UI support is selected)"
 optional_depends "Python" "--enable-pythoninterp"      "--disable-pythoninterp"      "for Python interpreter support"
 optional_depends "perl"   "--enable-perlinterp"        "--disable-perlinterp"        "for Perl interpreter support"
 optional_depends "tcl"    "--enable-tclinterp"         "--disable-tclinterp"         "for Tcl interpreter support"


More information about the Lunar-commits mailing list