diff options
author | 2000-11-01 04:44:14 +0000 | |
---|---|---|
committer | 2000-11-01 04:44:14 +0000 | |
commit | f8da31bde84cc18f4e271f4d803292f61a617ab1 (patch) | |
tree | 472c0c9aeb721a0e675b0eac9df3a8721e022080 /app-text/sgml2x | |
parent | Added dependencies (diff) | |
download | historical-f8da31bde84cc18f4e271f4d803292f61a617ab1.tar.gz historical-f8da31bde84cc18f4e271f4d803292f61a617ab1.tar.bz2 historical-f8da31bde84cc18f4e271f4d803292f61a617ab1.zip |
Added dependencies
Diffstat (limited to 'app-text/sgml2x')
-rw-r--r-- | app-text/sgml2x/sgml2x-0.11-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild index 36838a5d7a36..f78900ad4868 100644 --- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild +++ b/app-text/sgml2x/sgml2x-0.11-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.4 2000/10/05 00:12:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.5 2000/11/01 04:44:13 achim Exp $ P=sgml2x-0.11 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Frontend for jade and jadetex" SRC_URI="ftp://sgml2x.sourceforge.net/pub/sgml2x/"${A} HOMEPAGE="http://sgml2x.sourceforge.net/" +DEPEND=">=sys-devel/perl-5" + src_unpack() { unpack ${A} cd ${S} |