diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-04-29 00:11:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-04-29 00:11:50 +0000 |
commit | 81b966c210a98ba99995ccbe7d28f6b8911f0ec3 (patch) | |
tree | 4d74ef38288fb58a26045effd6fd664cf8560ba1 /eclass | |
parent | add vim-with-x local use var (diff) | |
download | gentoo-2-81b966c210a98ba99995ccbe7d28f6b8911f0ec3.tar.gz gentoo-2-81b966c210a98ba99995ccbe7d28f6b8911f0ec3.tar.bz2 gentoo-2-81b966c210a98ba99995ccbe7d28f6b8911f0ec3.zip |
add xfree to DEPEND
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index d6c3d40fbae2..f9478507de93 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.24 2003/04/29 00:05:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.25 2003/04/29 00:11:50 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -24,6 +24,7 @@ DEPEND=" >=sys-apps/sed-4 sys-devel/autoconf dev-util/cscope + vim-with-x? ( x11-base/xfree ) gpm? ( >=sys-libs/gpm-1.19.3 ) ncurses? ( >=sys-libs/ncurses-5.2-r2 ) : ( sys-libs/libtermcap-compat ) perl? ( dev-lang/perl ) |