summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-01 17:31:49 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-01 17:31:49 +0000
commit8940343c6b24b3bbbcb7dbc8dc1d650f6fe24228 (patch)
tree6ee020861fa38f85c938618732996627e61f48b4 /lang/hugs
parentUpgrade to 0.9.1.2. (diff)
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64
Notes
Notes: svn path=/head/; revision=72059
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 737c53d72559..9e2067fa6472 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -13,7 +13,9 @@ DISTNAME= ${PORTNAME}-${HUGS_DATE}
MAINTAINER= obraun@FreeBSD.org
-ONLY_FOR_ARCHS= i386
+.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
+BROKEN= "Does not build on ${MACHINE_ARCH}"
+.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/src