summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-03-10 08:32:20 +0000
committerjmc <jmc@pkgsrc.org>2003-03-10 08:32:20 +0000
commit5364610d9def40ccb057b7a643abe8e95b87122d (patch)
treeac872a5c95ee14083eb49732f940056c08d18025 /lang
parent21fafacd8d3d2f4ccf103599d19dce2e6d216568 (diff)
downloadpkgsrc-5364610d9def40ccb057b7a643abe8e95b87122d.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