summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/dillo/dillo-0.7.3-r6.ebuild')
-rw-r--r--net-www/dillo/dillo-0.7.3-r6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/dillo/dillo-0.7.3-r6.ebuild b/net-www/dillo/dillo-0.7.3-r6.ebuild
index e46ff4d9a845..97da43bb63fe 100644
--- a/net-www/dillo/dillo-0.7.3-r6.ebuild
+++ b/net-www/dillo/dillo-0.7.3-r6.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/net-www/dillo/dillo-0.7.3-r6.ebuild,v 1.1 2004/05/08 08:52:54 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/dillo-0.7.3-r6.ebuild,v 1.2 2004/06/02 18:06:09 usata Exp $
inherit flag-o-matic eutils
@@ -15,7 +15,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
+KEYWORDS="x86 ppc ~sparc alpha ~hppa ~amd64"
IUSE="ipv6 kde gnome mozilla truetype ssl nls"
DEPEND="=x11-libs/gtk+-1.2*
@@ -58,7 +58,7 @@ src_unpack() {
src_compile() {
replace-flags "-O2 -mcpu=k6" "-O2 -mcpu=pentium"
- if [ -n "`use truetype`" ] ; then
+ if use truetype ; then
CPPFLAGS="${CPPFLAGS} -I/usr/include/freetype2"
append-ldflags -L/usr/X11R6/lib -lXft
export CPPFLAGS