summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjmc <jmc>2003-03-10 08:32:20 +0000
committerjmc <jmc>2003-03-10 08:32:20 +0000
commit4721542629181e1de0e024076602071f7a93dab5 (patch)
treeac872a5c95ee14083eb49732f940056c08d18025 /lang
parentf5140e86ec2b8aae6eede985f0ef644884d5d4f9 (diff)
downloadpkgsrc-4721542629181e1de0e024076602071f7a93dab5.tar.gz
Restrict to x86 and arm as no other ports are done ATM
Diffstat (limited to 'lang')
-rw-r--r--lang/wonka/Makefile5
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