aboutsummaryrefslogtreecommitdiff
path: root/java/kaffe
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 01:10:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 01:10:38 +0000
commit01ee12e17881a8c968b88379f1457e0fe574c826 (patch)
tree01fd73f048d2fa4395e184a6446aa0e960211380 /java/kaffe
parent34f46bdbe07549cf76d167b24428fb7bf7044dd6 (diff)
downloadports-01ee12e17881a8c968b88379f1457e0fe574c826.tar.gz
ports-01ee12e17881a8c968b88379f1457e0fe574c826.zip
BROKEN on alpha: Configure fails
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125657
Diffstat (limited to 'java/kaffe')
-rw-r--r--java/kaffe/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile
index c772098e6c2c..f3ad60bba515 100644
--- a/java/kaffe/Makefile
+++ b/java/kaffe/Makefile
@@ -31,6 +31,10 @@ MAN1= kaffe.1
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Configure fails on alpha"
+.endif
+
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif