diff options
-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> |