From 1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 24 Jun 2004 01:01:26 +0000 Subject: QA - fix use invocation --- x11-misc/xmbdfed/ChangeLog | 3 +++ x11-misc/xmbdfed/xmbdfed-4.5.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-misc/xmbdfed') diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog index c1f23d0b1228..9a57193c752d 100644 --- a/x11-misc/xmbdfed/ChangeLog +++ b/x11-misc/xmbdfed/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + 23 Jun 2004; Aron Griffis xmbdfed-4.5.ebuild: + QA - fix use invocation + 27 Apr 2004; Aron Griffis xmbdfed-4.5.ebuild: Add inherit eutils diff --git a/x11-misc/xmbdfed/xmbdfed-4.5.ebuild b/x11-misc/xmbdfed/xmbdfed-4.5.ebuild index d79cfce884cb..057c6c370fa1 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.5.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.5.ebuild,v 1.7 2004/04/27 20:54:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.5.ebuild,v 1.8 2004/06/24 01:01:26 agriffis Exp $ inherit eutils @@ -36,7 +36,7 @@ src_compile() { local incs="-I/usr/X11R6/include" local libs="-L/usr/X11R6/lib -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE" - if [ `use truetype` ] ; then + if use truetype ; then flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\"" incs="${incs} -I/usr/include/freetype" libs="${libs} -lttf" -- cgit v1.2.3-65-gdbad