aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-12-31 07:34:18 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-12-31 07:34:18 +0000
commitb1b74863ceb81825ef1fc55f295555088fa74ed4 (patch)
tree0521820b7759b61fcaaee374644fb21c658e858e
parent7e59b7d71c708cb81722b02ae0feece53183a9f7 (diff)
downloadports-b1b74863ceb81825ef1fc55f295555088fa74ed4.tar.gz
ports-b1b74863ceb81825ef1fc55f295555088fa74ed4.zip
Add ONLY_FOR_ARCHS=i386. Does not build correctly on alpha and sparc64.
Noticed by: bento
Notes
Notes: svn path=/head/; revision=71995
-rw-r--r--lang/hugs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 3907dfeb561f..737c53d72559 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-${HUGS_DATE}
MAINTAINER= obraun@FreeBSD.org
+ONLY_FOR_ARCHS= i386
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HUGS_DATE= Nov2002