summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-23 04:19:41 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-23 04:19:41 +0000
commite50a3e22d66a76261f20f4b0df6352fd795580d6 (patch)
tree3c635f5433bcefddc8f96f0029112381652791f9 /sys-libs
parentremoved gpm dependencie (diff)
downloadgentoo-2-e50a3e22d66a76261f20f4b0df6352fd795580d6.tar.gz
gentoo-2-e50a3e22d66a76261f20f4b0df6352fd795580d6.tar.bz2
gentoo-2-e50a3e22d66a76261f20f4b0df6352fd795580d6.zip
Added ncurses support
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/gpm/gpm-1.19.3-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/gpm/gpm-1.19.3-r2.ebuild b/sys-libs/gpm/gpm-1.19.3-r2.ebuild
index 236e95ffcd37..ac417ac6aebc 100644
--- a/sys-libs/gpm/gpm-1.19.3-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.19.3-r2.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/gpm/gpm-1.19.3-r2.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.3-r2.ebuild,v 1.3 2001/04/23 04:19:41 achim Exp $
P=gpm-1.19.3
A="${P}.tar.gz devfs.patch"
@@ -11,6 +11,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mouse/${A}
ftp://ftp.prosa.it/pub/gpm/patches/devfs.patch"
DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2
tex? ( app-text/tetex )"
RDEPEND="virtual/glibc"
@@ -26,7 +27,7 @@ src_unpack() {
src_compile() {
- try ./configure --prefix=/usr --sysconfdir=/etc/gpm --without-curses
+ try ./configure --prefix=/usr --sysconfdir=/etc/gpm
# without-curses is required to avoid cyclic dependencies to ncurses
cp Makefile Makefile.orig
if [ -z "`use tex`" ]