summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-07-25 18:55:43 +0000
committertv <tv@pkgsrc.org>2004-07-25 18:55:43 +0000
commitcfa303c024fc32508c1e7aae57db36d520c91ac9 (patch)
treec885983b3a7409a8d527f928a52e33da86673472
parent3e884581ae36a6d249ff3a8526aa8420f9ab6f00 (diff)
downloadpkgsrc-cfa303c024fc32508c1e7aae57db36d520c91ac9.tar.gz
Actually, as of 1.3.1_05ish, this no longer works on sun-jdk13 because Sun
removed some of the external JIT compiler hooks. So now it only works on blackdown-jdk13. (I may simply remove this package in the future, as its usefulness is quickly dropping.)
-rw-r--r--lang/jbuilder-jit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile
index 8bde463d65c..5b557850e5f 100644
--- a/lang/jbuilder-jit/Makefile
+++ b/lang/jbuilder-jit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/07/25 18:49:55 tv Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/25 18:55:43 tv Exp $
#
DISTNAME= unix_jb35foundation
@@ -32,7 +32,7 @@ NO_BUILD= yes
# this package is only for Sun 1.3 JVMs built for x86 Linux
ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386
-PKG_JVMS_ACCEPTED= sun-jdk13 blackdown-jdk13
+PKG_JVMS_ACCEPTED= blackdown-jdk13
post-extract:
@cd ${WRKDIR} && ${GTAR} -xzf ${EXTRACT_ELEMENTS}