diff options
Diffstat (limited to 'dev-java/xt/xt-1.ebuild')
-rw-r--r-- | dev-java/xt/xt-1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/xt/xt-1.ebuild b/dev-java/xt/xt-1.ebuild index a057ee0d1ec9..51c03c2c7920 100644 --- a/dev-java/xt/xt-1.ebuild +++ b/dev-java/xt/xt-1.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/dev-java/xt/xt-1.ebuild,v 1.1 2000/08/16 18:55:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-1.ebuild,v 1.2 2000/11/01 06:27:08 achim Exp $ P=xt A=${P}.zip @@ -9,10 +9,12 @@ S=${WORKDIR}/${P} DESCRIPTION="Java Implementation of XSL-Transformations" SRC_URI="ftp://ftp.jclark.com/pub/xml/"${A} +DEPEND=">=dev-lang/jdk-1.2.2" + src_unpack() { mkdir ${S} cd ${S} - unzip ${DISTDIR}/${A} + jar -xf ${DISTDIR}/${A} } src_compile() { |