diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not install on powerpc +.endif + +.include <bsd.port.post.mk> |