summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-03 20:10:31 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-03 20:10:31 +0000
commitb87f5d6e57f9d0131d8303e7812a4438093e3fa4 (patch)
tree17ad7dbac162d91e5c24171eff42e88f3da2172b /sys-libs/gettext/gettext-0.10.35-r1.ebuild
parentnew pkg (diff)
downloadhistorical-b87f5d6e57f9d0131d8303e7812a4438093e3fa4.tar.gz
historical-b87f5d6e57f9d0131d8303e7812a4438093e3fa4.tar.bz2
historical-b87f5d6e57f9d0131d8303e7812a4438093e3fa4.zip
*** empty log message ***
Diffstat (limited to 'sys-libs/gettext/gettext-0.10.35-r1.ebuild')
-rw-r--r--sys-libs/gettext/gettext-0.10.35-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-libs/gettext/gettext-0.10.35-r1.ebuild b/sys-libs/gettext/gettext-0.10.35-r1.ebuild
index 5c1f78457a6c..7c75af681873 100644
--- a/sys-libs/gettext/gettext-0.10.35-r1.ebuild
+++ b/sys-libs/gettext/gettext-0.10.35-r1.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/gettext/gettext-0.10.35-r1.ebuild,v 1.6 2000/11/07 11:16:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gettext/gettext-0.10.35-r1.ebuild,v 1.7 2001/02/03 20:10:31 achim Exp $
P=gettext-0.10.35
A=${P}.tar.gz
@@ -11,10 +11,9 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gettext/${A}
ftp://prep.ai.mit.edu/gnu/gettext/${A}"
HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
-RDEPEND=">=sys-libs/glibc-2.1.3
- >=sys-apps/bash-2.04"
+RDEPEND="virtual/glibc virtual/bash"
src_compile() {
try ./configure --prefix=/usr --with-included-gettext --host=${CHOST}