summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAJ Lewis <roadrunner@gentoo.org>2001-04-24 01:27:25 +0000
committerAJ Lewis <roadrunner@gentoo.org>2001-04-24 01:27:25 +0000
commit8e862741e2d0b84c46d5f25bc6c6164ae966be40 (patch)
treeccf2e3d4a4a28af6252f8b3229e613fc5a95c062 /sys-apps
parent*** empty log message *** (diff)
downloadhistorical-8e862741e2d0b84c46d5f25bc6c6164ae966be40.tar.gz
historical-8e862741e2d0b84c46d5f25bc6c6164ae966be40.tar.bz2
historical-8e862741e2d0b84c46d5f25bc6c6164ae966be40.zip
o New package - TkCVS!
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild b/sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild
index 04a8d35f0332..b2775cb6e04f 100644
--- a/sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild
+++ b/sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vim-nogui/vim-nogui-5.7-r3.ebuild,v 1.2 2001/04/24 01:27:25 aj Exp $
A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz"
S=${WORKDIR}/vim-5.7
@@ -22,7 +22,7 @@ src_compile() {
myconf="--disable-gpm"
fi
try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- --enable-gui=no --without-x $myconf
+ --enable-gui=no --with-cscope --without-x $myconf
# Parallel make does not work
try make
}