diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:23:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:23:28 +0000 |
commit | a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4 (patch) | |
tree | e1f8fc61e5b222f7ec9b8cac0431b8ba7b479551 /emulators/mess | |
parent | 9abe91d1a02eb790c2e1bc9c73a9d16fe8571e14 (diff) | |
download | ports-a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4.tar.gz ports-a5f8fe9c333518bffe9ce66eb47b96ae1d06faf4.zip |
Notes
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> |