summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-08 06:53:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-08 06:53:18 +0000
commitf12a5af99738c5338803804fb0022386f48687b9 (patch)
tree6601f032733d5e647eaaa653a73f5bd5096b777c /x11-toolkits
parentCopy libotr to libotr3 so that ports that still rely on the old, (diff)
Mark as broken on sparc64.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=303870
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/elementary/Makefile8
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>