From 9d2567163f66b22fa87b5bd158ac3eeb76679e4a Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 26 Mar 2010 11:16:14 +0000 Subject: Mark as broken on powerpc: does not install. Hat: portmgr --- archivers/arj/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 5a714274af30..f6ccd9dd93a0 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -54,4 +54,10 @@ post-install: ${INSTALL_DATA} arjl.txt arjs.txt history.txt readme.txt unix.txt ${DOCSDIR} .endif -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not install on powerpc +.endif + +.include -- cgit