diff options
Diffstat (limited to 'app-text/pdftohtml/pdftohtml-0.36.ebuild')
-rw-r--r-- | app-text/pdftohtml/pdftohtml-0.36.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild index 4d84fa4c2fda..ad3b2c5f8343 100644 --- a/app-text/pdftohtml/pdftohtml-0.36.ebuild +++ b/app-text/pdftohtml/pdftohtml-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.6 2004/06/24 22:47:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.7 2004/07/01 12:01:18 eradicator Exp $ DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats" HOMEPAGE="http://${PN}.sourceforge.net/" @@ -9,8 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 sparc ~ppc" IUSE="" -DEPEND="virtual/glibc sys-devel/gcc" -RDEPEND="virtual/glibc" +DEPEND="virtual/libc sys-devel/gcc" +RDEPEND="virtual/libc" src_compile() { emake || die |