diff options
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.2.ebuild')
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.2.ebuild b/dev-tex/latex2html/latex2html-2002.2.ebuild index adc586f05d0a..d26b8f68c81d 100644 --- a/dev-tex/latex2html/latex2html-2002.2.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.10 2005/06/04 08:58:25 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.11 2006/02/21 18:49:41 nattfodd Exp $ + +inherit eutils MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -20,6 +22,12 @@ DEPEND="virtual/ghostscript gif? ( media-libs/giflib ) png? ( media-libs/libpng )" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-convert-length.patch +} + src_compile() { local myconf |