aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-01-02 01:31:49 +0800
committerobraun <obraun@FreeBSD.org>2003-01-02 01:31:49 +0800
commit8cacfbec18dcbf585a3c0bcb503f28318c4728f8 (patch)
treea959d544e3b3706f13d2602aeaccd6132e9c52ec /lang
parent1169c7557cb395e0d83534d0b407b4fccca5514c (diff)
downloadfreebsd-ports-gnome-8cacfbec18dcbf585a3c0bcb503f28318c4728f8.tar.gz
freebsd-ports-gnome-8cacfbec18dcbf585a3c0bcb503f28318c4728f8.tar.zst
freebsd-ports-gnome-8cacfbec18dcbf585a3c0bcb503f28318c4728f8.zip
* remove ONLY_FOR_ARCH
* add BROKEN for alpha and sparc64
Diffstat (limited to 'lang')
-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