aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-22 19:08:33 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-22 19:08:33 +0800
commitab4694575b833227e7c503b013b2611e1857d4c5 (patch)
tree8a7593580ff7eb00947af264c8a6d29492f87df6 /x11-wm
parent36fa01005928237d5946517021cc14badb3c4ef5 (diff)
downloadfreebsd-ports-gnome-ab4694575b833227e7c503b013b2611e1857d4c5.tar.gz
freebsd-ports-gnome-ab4694575b833227e7c503b013b2611e1857d4c5.tar.zst
freebsd-ports-gnome-ab4694575b833227e7c503b013b2611e1857d4c5.zip
Mark as broke on sparc64-9: fails to compile.
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 b7f307012038..d231fa537eaa 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -58,4 +58,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" && ${OSVERSION} > 900000
+BROKEN= Does not build on sparc64-9
+.endif
+
+.include <bsd.port.post.mk>