diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-22 13:54:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-22 13:54:19 +0800 |
commit | 5cdd2b34564a2db8153678122f23d9d68857d650 (patch) | |
tree | 55b41e100864b8643d18c3aa27f7c1d1253c607b | |
parent | 3a73bc1c6012e8e01956d6ed15d17afc6bc148aa (diff) | |
download | freebsd-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/Makefile | 8 |
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> |