summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/links')
-rw-r--r--net-www/links/ChangeLog4
-rw-r--r--net-www/links/links-2.1_pre2-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog
index c19c892598ac..9d6f48bb68cd 100644
--- a/net-www/links/ChangeLog
+++ b/net-www/links/ChangeLog
@@ -1,11 +1,11 @@
# ChangeLog for net-www/links
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.10 2002/07/21 15:53:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.11 2002/07/21 15:54:04 seemant Exp $
21 Jul 2002; Seemant Kulleen <seemant@gentoo.org> links-2.1_pre2-r1.ebuild
changed --disable-graphics to --without-graphics. Fix submitted by:
- roper@wanfear.com (Edward Roper) in bug #5193.
+ eroper@wanfear.com (Edward Roper) in bug #5193.
11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> links-2.1_pre2-r1.ebuild
files/digest-links-2.1_pre2-r1 :
diff --git a/net-www/links/links-2.1_pre2-r1.ebuild b/net-www/links/links-2.1_pre2-r1.ebuild
index b6c4441e08f3..3ad19c8d0fc5 100644
--- a/net-www/links/links-2.1_pre2-r1.ebuild
+++ b/net-www/links/links-2.1_pre2-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/net-www/links/links-2.1_pre2-r1.ebuild,v 1.2 2002/07/16 04:54:33 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre2-r1.ebuild,v 1.3 2002/07/21 15:53:46 seemant Exp $
DESCRIPTION="links is a fast lightweight text tand graphic web-browser"
HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
@@ -36,7 +36,7 @@ src_compile ()
use png \
&& myconf="${myconf} --enable-graphics --with-libpng" \
- || myconf="${myconf} --disable-graphics --without-libpng"
+ || myconf="${myconf} --without-graphics --without-libpng"
use jpeg \
&& myconf="${myconf} --with-libjpeg" \