diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 06:53:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 06:53:18 +0000 |
commit | f12a5af99738c5338803804fb0022386f48687b9 (patch) | |
tree | 6601f032733d5e647eaaa653a73f5bd5096b777c /x11-toolkits/elementary | |
parent | 4d3a4412c360cc926b470de73754e700e674e521 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/elementary')
-rw-r--r-- | x11-toolkits/elementary/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index 02426527e3e5..434fe63fac37 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -46,4 +46,10 @@ post-patch: post-install: @${RMDIR} ${PREFIX}/share/elementary/examples -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64: signal 10 +.endif + +.include <bsd.port.post.mk> |