diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-22 19:08:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-22 19:08:33 +0800 |
commit | ab4694575b833227e7c503b013b2611e1857d4c5 (patch) | |
tree | 8a7593580ff7eb00947af264c8a6d29492f87df6 /x11-wm | |
parent | 36fa01005928237d5946517021cc14badb3c4ef5 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |