From 4ab84e4c7ad82f19feae6cc4300347e48bc64e3b Mon Sep 17 00:00:00 2001 From: Marinus Schraal <foser@gentoo.org> Date: Mon, 25 Nov 2002 16:08:07 +0000 Subject: fix typo --- x11-libs/xft/xft-2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-libs/xft') 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" -- cgit v1.2.3-65-gdbad