diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-26 22:03:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-26 22:03:08 +0000 |
commit | 643054bcd3dddd5b85d8ebe7db4d33716080687d (patch) | |
tree | df6a98992449f6c90a091008237a5e3f082f2b5d /games/kbilliards | |
parent | a2eef6b3b620cedffa0a830ca6ec17465dd2af25 (diff) | |
download | ports-643054bcd3dddd5b85d8ebe7db4d33716080687d.tar.gz ports-643054bcd3dddd5b85d8ebe7db4d33716080687d.zip |
Notes
Diffstat (limited to 'games/kbilliards')
-rw-r--r-- | games/kbilliards/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index b630df094f1a..5f64f2a3e9cd 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -32,6 +32,10 @@ CFLAGS+= -Dsqrtl=sqrt CFLAGS+= -Dround=rint .endif +.if ${OSVERSION} >= 800024 +BROKEN= does not compile +.endif + pre-configure: @cd ${WRKSRC} && ${PERL} admin/am_edit |