From 60ecd3f4e1c76d966212862f19496b2710e15c6e Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 25 Jul 2004 18:49:55 +0000 Subject: This package only works on i386 Linux/NetBSD (linux emul), and only with the Java 1.3 Sun (or Sun-based, i.e. Blackdown) JVMs. --- lang/jbuilder-jit/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/jbuilder-jit/Makefile') diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index 39f1056c626..8bde463d65c 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/20 12:19:16 agc Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/25 18:49:55 tv Exp $ # DISTNAME= unix_jb35foundation @@ -19,8 +19,6 @@ USE_JAVA= run USE_JAVA2= yes PLIST_SUBST+= JAVADIR=${PKG_JAVA_HOME:C|${PREFIX}/||} -ONLY_FOR_PLATFORM= NetBSD-*-i386 - EXTRACT_ELEMENTS= LinuxJIT/javacomp-1.2.15.tar.gz LICENSE= single-user-license @@ -32,6 +30,10 @@ NO_SRC_ON_FTP= ${RESTRICTED} 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 + post-extract: @cd ${WRKDIR} && ${GTAR} -xzf ${EXTRACT_ELEMENTS} -- cgit v1.2.3