diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-25 09:36:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-25 09:36:10 +0000 |
commit | 4a44432aaca1dd76d4305b1602524ef481d3482c (patch) | |
tree | 824479fb335c22d6ad05721aa517a8a467fdf4de /games/xkoules | |
parent | a7abc2014d73c088cb4120e53c76bd1c6f5517ad (diff) | |
download | ports-4a44432aaca1dd76d4305b1602524ef481d3482c.tar.gz ports-4a44432aaca1dd76d4305b1602524ef481d3482c.zip |
Notes
Diffstat (limited to 'games/xkoules')
-rw-r--r-- | games/xkoules/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index 8029488868e8..c3e8fb1a2715 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -16,6 +16,12 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Fast action arcade-style game for X Window +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + .if ${MACHINE_ARCH} == "i386" PLIST_SUB= SNDSRV:="" .else @@ -36,4 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |