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 | b946a26542101ee1c06c0eace77a3e6cdaba8286 (patch) | |
tree | 53c66aa2c2c08fc33832967ea9b20b234cb03c44 /x11-libs/xft | |
parent | 15:56 <@blocke> I don't have a cvs tree handy, can someone change the KEYWORD... (diff) | |
download | historical-b946a26542101ee1c06c0eace77a3e6cdaba8286.tar.gz historical-b946a26542101ee1c06c0eace77a3e6cdaba8286.tar.bz2 historical-b946a26542101ee1c06c0eace77a3e6cdaba8286.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" |