summaryrefslogtreecommitdiff
path: root/x11-wm
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-wm
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-wm')
-rw-r--r--x11-wm/enlightenment/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile
index e43476553ff6..468694d0cb0f 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -59,4 +59,10 @@ post-install:
@${ECHO_MSG} 'set suid bit if do not trust all users of this machine.'
@${ECHO_MSG} '********************************************************'
-.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>