diff options
Diffstat (limited to 'net-www/links/links-2.1_pre9.ebuild')
-rw-r--r-- | net-www/links/links-2.1_pre9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/links/links-2.1_pre9.ebuild b/net-www/links/links-2.1_pre9.ebuild index 382e71b399a4..6e878a5305c0 100644 --- a/net-www/links/links-2.1_pre9.ebuild +++ b/net-www/links/links-2.1_pre9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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_pre9.ebuild,v 1.4 2003/07/18 21:04:19 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre9.ebuild,v 1.5 2003/09/06 01:54:08 msterret Exp $ IUSE="ssl java png X gpm tiff fbcon svga jpeg" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha ~mips hppa amd64" # Note: if X or fbcon usegflag are enabled, links will be built in graphic -# mode. libpng is required to compile links in graphic mode +# mode. libpng is required to compile links in graphic mode # (not required in text mode), so let's add libpng for X? and fbcon? DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c ) @@ -89,7 +89,7 @@ src_install (){ # Only install links icon if X driver was compiled in ... use X && { insinto /usr/share/pixmaps ; doins graphics/links.xpm ; } - + dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README SITES TODO dohtml doc/links_cal/* } |