aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-08 14:53:18 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-08 14:53:18 +0800
commit5462acebcbedf46c444e72b3db12e96c213dfb51 (patch)
tree6601f032733d5e647eaaa653a73f5bd5096b777c /x11-wm
parentb307fb05622187692b1d7d0f3eff404fd94da938 (diff)
downloadfreebsd-ports-gnome-5462acebcbedf46c444e72b3db12e96c213dfb51.tar.gz
freebsd-ports-gnome-5462acebcbedf46c444e72b3db12e96c213dfb51.tar.zst
freebsd-ports-gnome-5462acebcbedf46c444e72b3db12e96c213dfb51.zip
Mark as broken on sparc64.
Hat: portmgr
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>