diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-10-28 04:17:42 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-10-28 04:17:42 +0000 |
commit | 8be7528eefc86a003e55f991d4c90f6b1966c6c8 (patch) | |
tree | 8e9cc331b8dea799026416b8dbfbbfdc82244fb1 /x11-libs | |
parent | little fixes (diff) | |
download | historical-8be7528eefc86a003e55f991d4c90f6b1966c6c8.tar.gz historical-8be7528eefc86a003e55f991d4c90f6b1966c6c8.tar.bz2 historical-8be7528eefc86a003e55f991d4c90f6b1966c6c8.zip |
tiny gtk and glib, sawfish info page fixes
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.8-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild b/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild index 10230e840fc4..d1d6b789e606 100644 --- a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.8-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.5 2000/10/23 11:27:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.6 2000/10/28 04:17:42 drobbins Exp $ P=gtk+-1.2.8 A=${P}.tar.gz @@ -12,8 +12,7 @@ HOMEPAGE="http://www.gtk.org" src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etx/X11 \ - --with-xinput=xfree --with-catgets --with-x + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/info --sysconfdir=/etc/X11 --with-xinput=xfree --with-catgets --with-x try make } |