diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:33:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 08:33:08 +0000 |
commit | f68497b9bf195c714a623fd7a80979dff99580a0 (patch) | |
tree | 84e8ac7b85a4a53fc10fac066fbff13f32e681ad /games/battleball | |
parent | be800c9c9590e5e18ffd5bdf8f1735c2310728a0 (diff) | |
download | ports-f68497b9bf195c714a623fd7a80979dff99580a0.tar.gz ports-f68497b9bf195c714a623fd7a80979dff99580a0.zip |
Notes
Diffstat (limited to 'games/battleball')
-rw-r--r-- | games/battleball/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 2b1daf2735ae..eec50c0f5239 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -21,6 +21,12 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" CFLAGS+= -Wno-deprecated +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on ia64 or sparc64" +.endif + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin @@ -32,4 +38,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |