summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-07 11:11:08 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-07 11:11:08 +0000
commit8566c8224e54c5e037ae293b1ce1f5988d93b73d (patch)
tree3dbfe935f3703a886ffb0e24357526f8dd1edc7e /x11-libs/buffy
parentupdated (diff)
downloadgentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.gz
gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.bz2
gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.zip
DEPEND and /usr/X11 fixes
Diffstat (limited to 'x11-libs/buffy')
-rw-r--r--x11-libs/buffy/buffy-0.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/buffy/buffy-0.2.ebuild b/x11-libs/buffy/buffy-0.2.ebuild
index 942f0747a2b0..6da7323d2a08 100644
--- a/x11-libs/buffy/buffy-0.2.ebuild
+++ b/x11-libs/buffy/buffy-0.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/buffy/buffy-0.2.ebuild,v 1.1 2001/08/13 00:56:30 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/buffy/buffy-0.2.ebuild,v 1.2 2001/10/07 11:11:08 azarah Exp $
S=${WORKDIR}/${P}
@@ -12,13 +12,13 @@ SRC_URI="http://reality.sgi.com/offer/src/buffy/${P}.tar.gz"
HOMEPAGE="http://reality.sgi.com/offer/src/buffy/"
DEPEND="virtual/glibc
- >=x11-libs/gtk+-1.2.10"
+ >=x11-libs/gtk+-1.2.10-r4"
src_compile() {
- try ./configure --infodir=/usr/info \
- --mandir=/usr/X11R6/man \
- --prefix=/usr/X11R6 \
+ try ./configure --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --prefix=/usr \
--host=${CHOST}
try emake
}