diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-25 17:36:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-25 17:36:10 +0800 |
commit | 60ec33dbf54c4c24b2f459f5b4167b4c487a983a (patch) | |
tree | 7a27eb01d080a7c7dab6d78d30c52b5b5c49fa3a /games | |
parent | 63b6883d454b10b1fb780e1587ba14adb4389798 (diff) | |
download | freebsd-ports-gnome-60ec33dbf54c4c24b2f459f5b4167b4c487a983a.tar.gz freebsd-ports-gnome-60ec33dbf54c4c24b2f459f5b4167b4c487a983a.tar.zst freebsd-ports-gnome-60ec33dbf54c4c24b2f459f5b4167b4c487a983a.zip |
Mark as broken on 5.x due to the gcc3.3 upgrade.
Diffstat (limited to 'games')
-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> |