diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-06-04 08:58:25 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-06-04 08:58:25 +0000 |
commit | eddfcb1f119073b52efa40764bcac25388aef46a (patch) | |
tree | 9fb6e2c8c96d8913dbe9cef5d169d97ae7ea90c3 /dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild | |
parent | Fixed building with libtool >1.5.14 and on amd64, thanks to Joe Bormolini <lo... (diff) | |
download | historical-eddfcb1f119073b52efa40764bcac25388aef46a.tar.gz historical-eddfcb1f119073b52efa40764bcac25388aef46a.tar.bz2 historical-eddfcb1f119073b52efa40764bcac25388aef46a.zip |
Removed libungif dep; bug #94946.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild')
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild index 8224e75b396a..e112a6725d0a 100644 --- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.8 2005/04/21 19:04:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.9 2005/06/04 08:58:25 usata Exp $ inherit eutils @@ -29,8 +29,7 @@ DEPEND="virtual/ghostscript virtual/tetex media-libs/netpbm dev-lang/perl - gif? ( media-libs/giflib - media-libs/libungif ) + gif? ( media-libs/giflib ) png? ( media-libs/libpng )" #src_unpack() { |