diff options
author | jmc <jmc> | 2003-03-10 08:32:20 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-03-10 08:32:20 +0000 |
commit | 7e664ec9d4f43a4c5f5391ffd5bb04c2c14f3f82 (patch) | |
tree | ac872a5c95ee14083eb49732f940056c08d18025 | |
parent | a0587a6438fecdcecbaea62dfd051be0c3843d95 (diff) | |
download | pkgsrc-7e664ec9d4f43a4c5f5391ffd5bb04c2c14f3f82.tar.gz |
Restrict to x86 and arm as no other ports are done ATM
-rw-r--r-- | lang/wonka/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile index e7d7b1e5ace..104790e89e1 100644 --- a/lang/wonka/Makefile +++ b/lang/wonka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/20 18:33:29 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/10 08:32:20 jmc Exp $ # DISTNAME= wonka-src-0.9.4-release @@ -10,6 +10,9 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://wonka.acunia.com/download.html COMMENT= BSD-licenced java virtual machine +# This has only been ported to arm and x86 so far. +ONLY_FOR_PLATFORM= *-*-i386 *-*-arm32 + BUILD_DEPENDS+= acunia-jam>=1.0nb1:../../devel/acunia-jam BUILD_DEPENDS+= jamjar-[0-9]*:../../archivers/jamjar BUILD_DEPENDS+= jikes-1.12:../../lang/jikes112 |