summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-01 21:58:45 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-01 21:58:45 +0000
commit4098fd1c1b87b20d8e78277532e86ce185f86105 (patch)
tree7df287a4ee87239269ced541d7c1c560c6da2327 /sys-libs/ncurses
parentvirtual/python updates (diff)
downloadgentoo-2-4098fd1c1b87b20d8e78277532e86ce185f86105.tar.gz
gentoo-2-4098fd1c1b87b20d8e78277532e86ce185f86105.tar.bz2
gentoo-2-4098fd1c1b87b20d8e78277532e86ce185f86105.zip
Deps and rc3 fixes
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r--sys-libs/ncurses/ncurses-5.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/ncurses/ncurses-5.2.ebuild b/sys-libs/ncurses/ncurses-5.2.ebuild
index 0124bcf09089..035a30fbb383 100644
--- a/sys-libs/ncurses/ncurses-5.2.ebuild
+++ b/sys-libs/ncurses/ncurses-5.2.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-libs/ncurses/ncurses-5.2.ebuild,v 1.3 2000/11/30 23:14:00 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2.ebuild,v 1.4 2000/12/01 21:58:45 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,11 +9,11 @@ DESCRIPTION="Linux console display libarary"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ncurses/${A}
ftp://ftp.gnu.org/pub/gnu/ncurses/${A}"
HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
-DEPEND=">=sys-libs/gpm-1.19.3"
+DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
try ./configure --prefix=/usr --libdir=/lib --enable-symlinks --disable-termcap \
- --with-gpm --with-shared --with-libtool --without-debug --with-rcs-ids --host=${CHOST}
+--with-shared --with-libtool --without-debug --with-rcs-ids --host=${CHOST}
try make ${MAKEOPTS}
}