diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:23:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:23:28 +0800 |
commit | b1d3a348cb9eb0f1deae1320fef743dcfd937c39 (patch) | |
tree | 4b52a2570258618ae22e08f5006c9e6ab46849dc /emulators/mess | |
parent | d66dff9fc6883fa4650449a68cc33cb949b1eef2 (diff) | |
download | freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.tar.gz freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.tar.zst freebsd-ports-gnome-b1d3a348cb9eb0f1deae1320fef743dcfd937c39.zip |
Mark as broken on sparc64: fail to compile.
Diffstat (limited to 'emulators/mess')
-rw-r--r-- | emulators/mess/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 9b7217a878d2..83e50fe45e65 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -45,4 +45,10 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |