diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:41:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:41:52 +0000 |
commit | 019838d195d439db8087e0a6c5c72a90b27279bb (patch) | |
tree | 9fd7aa995c1a3757977fb45db963ff96e5f081cc /games/gshisen/Makefile | |
parent | 5e2674b52a727bb4f2490c6fa650ca731debdd99 (diff) | |
download | ports-019838d195d439db8087e0a6c5c72a90b27279bb.tar.gz ports-019838d195d439db8087e0a6c5c72a90b27279bb.zip |
Notes
Diffstat (limited to 'games/gshisen/Makefile')
-rw-r--r-- | games/gshisen/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 63459cddb71a..6622fa9d9e2d 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -27,4 +27,10 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Does not compile on alpha 4.x" +.endif + +.include <bsd.port.post.mk> |