aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-03-22 13:54:19 +0800
committerlinimon <linimon@FreeBSD.org>2010-03-22 13:54:19 +0800
commit5cdd2b34564a2db8153678122f23d9d68857d650 (patch)
tree55b41e100864b8643d18c3aa27f7c1d1253c607b
parent3a73bc1c6012e8e01956d6ed15d17afc6bc148aa (diff)
downloadfreebsd-ports-gnome-5cdd2b34564a2db8153678122f23d9d68857d650.tar.gz
freebsd-ports-gnome-5cdd2b34564a2db8153678122f23d9d68857d650.tar.zst
freebsd-ports-gnome-5cdd2b34564a2db8153678122f23d9d68857d650.zip
Mark as broken on sparc64: fails to install.
Hat: portmgr
-rw-r--r--devel/plan9port/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index 52e8a44eb54d..f5aeba032264 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -135,4 +135,10 @@ install-user:
@${MKDIR} ${HOME}/lib
${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64: cleanname not found
+.endif
+
+.include <bsd.port.post.mk>