diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-26 19:16:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-26 19:16:14 +0800 |
commit | 9d2567163f66b22fa87b5bd158ac3eeb76679e4a (patch) | |
tree | 9099a9a60a656b9384e368da923bd621e9755c1b /archivers | |
parent | b9f4aebe4449e9af4db147c6d4d2cb0a912420ad (diff) | |
download | freebsd-ports-gnome-9d2567163f66b22fa87b5bd158ac3eeb76679e4a.tar.gz freebsd-ports-gnome-9d2567163f66b22fa87b5bd158ac3eeb76679e4a.tar.zst freebsd-ports-gnome-9d2567163f66b22fa87b5bd158ac3eeb76679e4a.zip |
Mark as broken on powerpc: does not install.
Hat: portmgr
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> |