diff options
author | tv <tv@pkgsrc.org> | 2004-07-25 18:49:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-07-25 18:49:55 +0000 |
commit | 3e884581ae36a6d249ff3a8526aa8420f9ab6f00 (patch) | |
tree | 0af2a551bd2a8cd550af653ab109bc27504f5d37 /lang/jbuilder-jit | |
parent | e62e6e547ebeabc93e74df872286dff3cc050ab7 (diff) | |
download | pkgsrc-3e884581ae36a6d249ff3a8526aa8420f9ab6f00.tar.gz |
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.
Diffstat (limited to 'lang/jbuilder-jit')
-rw-r--r-- | lang/jbuilder-jit/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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} |