aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-22 11:08:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-22 11:08:33 +0000
commit1866cd87b125c8c2c288cd6580d0d5164e5bda68 (patch)
tree6d110ec350d9e2c0d8eb6127b264ffd6fcd69d1c /x11-wm
parentf328efd034b9904ebf27192b41092d9005299c75 (diff)
downloadports-1866cd87b125c8c2c288cd6580d0d5164e5bda68.tar.gz
ports-1866cd87b125c8c2c288cd6580d0d5164e5bda68.zip
Notes
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>