aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-04-01 18:46:03 +0800
committerlinimon <linimon@FreeBSD.org>2010-04-01 18:46:03 +0800
commit8d46c6d7fe75489d8d854d6993b6bc1a43f43bf9 (patch)
treeb84739505161f16e3d0e2c7d47e0f8570496340f /devel
parent1c0fa8354336dbb30ad53dea50012abb247adb9a (diff)
downloadfreebsd-ports-gnome-8d46c6d7fe75489d8d854d6993b6bc1a43f43bf9.tar.gz
freebsd-ports-gnome-8d46c6d7fe75489d8d854d6993b6bc1a43f43bf9.tar.zst
freebsd-ports-gnome-8d46c6d7fe75489d8d854d6993b6bc1a43f43bf9.zip
Also fails on ia64.
Hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/plan9port/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index f5aeba032264..e063ca4e4e59 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -137,8 +137,8 @@ install-user:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not install on sparc64: cleanname not found
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= Does not install on ia64 or sparc64: cleanname not found
.endif
.include <bsd.port.post.mk>