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
commit7433e7624b6208a334931380897528d4a7bd0276 (patch)
tree892c948930d25d88d12acd25a88c6c8693d11a8b /sys-libs
parentremoved gpm dependencie (diff)
downloadhistorical-7433e7624b6208a334931380897528d4a7bd0276.tar.gz
historical-7433e7624b6208a334931380897528d4a7bd0276.tar.bz2
historical-7433e7624b6208a334931380897528d4a7bd0276.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`" ]