diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-08 01:57:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-08 01:57:43 +0000 |
commit | 6d6dd9ef66446e3e2baea1a233b1bd5c620e40c5 (patch) | |
tree | a54b6c02e24b4233804946643b6aca17c2f37986 /x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | |
parent | fix use invocation (again); IUSE; tidy (Manifest recommit) (diff) | |
download | gentoo-2-6d6dd9ef66446e3e2baea1a233b1bd5c620e40c5.tar.gz gentoo-2-6d6dd9ef66446e3e2baea1a233b1bd5c620e40c5.tar.bz2 gentoo-2-6d6dd9ef66446e3e2baea1a233b1bd5c620e40c5.zip |
fix use invocation
Diffstat (limited to 'x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild')
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild index a4c1b128cda6..77c0560ee70c 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.2 2004/07/06 11:07:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.3 2004/07/08 01:57:43 mr_bones_ Exp $ inherit eutils MY_P=${P/_p*} @@ -35,7 +35,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} `freetype-config --cflags`" libs="${libs} `freetype-config --libs`" |