# HG changeset patch # User Matthew Sheets # Date 1249907600 0 # Node ID d7465f7f9abbf152cb7d602b5bb50a50885321d6 # Parent f0755d9e99edf910f7dc33ec3bd6c7cf018745c9 Support icedtea6 bootstrapping diff -r f0755d9e99ed -r d7465f7f9abb apache-ant/receipt --- a/apache-ant/receipt Mon Aug 10 12:29:28 2009 +0000 +++ b/apache-ant/receipt Mon Aug 10 12:33:20 2009 +0000 @@ -5,7 +5,8 @@ CATEGORY="development" SHORT_DESC="A Java-based build tool." MAINTAINER="rcx@zoominternet.net" -DEPENDS="java-jdk" +DEPENDS="jdk" +#DEPENDS="java-jdk" BUILD_DEPENDS="" SUGGESTED="" TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" diff -r f0755d9e99ed -r d7465f7f9abb rhino/receipt --- a/rhino/receipt Mon Aug 10 12:29:28 2009 +0000 +++ b/rhino/receipt Mon Aug 10 12:33:20 2009 +0000 @@ -5,7 +5,8 @@ CATEGORY="development" SHORT_DESC="JavaScript for Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="java-jre" +DEPENDS="jre" +#DEPENDS="java-jre" BUILD_DEPENDS="" SUGGESTED="" TARBALL="${PACKAGE}1_7R2.zip" diff -r f0755d9e99ed -r d7465f7f9abb xalan-xerces-j/receipt --- a/xalan-xerces-j/receipt Mon Aug 10 12:29:28 2009 +0000 +++ b/xalan-xerces-j/receipt Mon Aug 10 12:33:20 2009 +0000 @@ -6,7 +6,8 @@ CATEGORY="development" SHORT_DESC="A validating XML parser and an XSLT processor written in Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="java-jre" +DEPENDS="jre" +#DEPENDS="java-jre" BUILD_DEPENDS="" SUGGESTED="" TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"