diff options
author | 2000-11-02 08:31:54 +0000 | |
---|---|---|
committer | 2000-11-02 08:31:54 +0000 | |
commit | 2b3cc94f944515c6a678746f960f0dcf0c3b2c2b (patch) | |
tree | f43f1f375bf50b3bfbf36aaca252164dc17f4aef /x11-terms/rxvt | |
parent | Added dependencies (diff) | |
download | historical-2b3cc94f944515c6a678746f960f0dcf0c3b2c2b.tar.gz historical-2b3cc94f944515c6a678746f960f0dcf0c3b2c2b.tar.bz2 historical-2b3cc94f944515c6a678746f960f0dcf0c3b2c2b.zip |
Added dependencies
Diffstat (limited to 'x11-terms/rxvt')
-rw-r--r-- | x11-terms/rxvt/rxvt-2.6.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-terms/rxvt/rxvt-2.6.3.ebuild b/x11-terms/rxvt/rxvt-2.6.3.ebuild index 11dda1bd6c84..f6273383b620 100644 --- a/x11-terms/rxvt/rxvt-2.6.3.ebuild +++ b/x11-terms/rxvt/rxvt-2.6.3.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/x11-terms/rxvt/rxvt-2.6.3.ebuild,v 1.1 2000/09/16 17:23:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.6.3.ebuild,v 1.2 2000/11/02 08:31:54 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -9,6 +9,9 @@ DESCRIPTION="rxvt -- nice small x11 terminal" SRC_URI=ftp://ftp.rxvt.org/pub/rxvt/${A} HOMEPAGE=http://www.rxvt.org +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr/X11R6 --enable-next-scroll --enable-transparency --enable-xpm-background --enable-utmp --enable-wtmp |