diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-25 16:08:07 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-25 16:08:07 +0000 |
commit | 4ab84e4c7ad82f19feae6cc4300347e48bc64e3b (patch) | |
tree | 733dc0beed27c822ca54c82c89b834d5683987dc /x11-libs/xft | |
parent | 15:56 <@blocke> I don't have a cvs tree handy, can someone change the KEYWORD... (diff) | |
download | gentoo-2-4ab84e4c7ad82f19feae6cc4300347e48bc64e3b.tar.gz gentoo-2-4ab84e4c7ad82f19feae6cc4300347e48bc64e3b.tar.bz2 gentoo-2-4ab84e4c7ad82f19feae6cc4300347e48bc64e3b.zip |
fix typo
Diffstat (limited to 'x11-libs/xft')
-rw-r--r-- | x11-libs/xft/xft-2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/xft/xft-2.0-r1.ebuild b/x11-libs/xft/xft-2.0-r1.ebuild index d8f11ffce065..93b5abfaea95 100644 --- a/x11-libs/xft/xft-2.0-r1.ebuild +++ b/x11-libs/xft/xft-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/xft-2.0-r1.ebuild,v 1.2 2002/11/21 22:18:05 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xft/xft-2.0-r1.ebuild,v 1.3 2002/11/25 16:08:07 foser Exp $ PROVIDE="virtual/xft" DESCRIPTION="Xft2" @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - econf --x-includes=/usr/X11R6/includes \ + econf --x-includes=/usr/X11R6/include \ --x-libraries=/usr/X11R6/lib \ || die "Xft2 config failed" emake || die "Xft2 make failed" |