summaryrefslogtreecommitdiff
path: root/games/groundhog
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-15 10:18:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-15 10:18:05 +0000
commitc8e1403e0d0c8401f852412bc6152c10a13ad3e5 (patch)
treefb1f60f915e60fac93e0db001dcf6df70395f62b /games/groundhog
parentupdate to 0.73 (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=111529
Diffstat (limited to 'games/groundhog')
-rw-r--r--games/groundhog/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile
index f85d6754e825..d30887b3bebb 100644
--- a/games/groundhog/Makefile
+++ b/games/groundhog/Makefile
@@ -18,4 +18,10 @@ USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>