summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-15 10:18:05 +0000
committerkris <kris@FreeBSD.org>2004-06-15 10:18:05 +0000
commit1a3dd9fd0efb614cc63b0e668a449f1270150493 (patch)
tree75fa504a9d905ab03c3bb1709980666620ce5648 /games
parent3263f0f9afd49e9464416617ba304f8e7960e3f1 (diff)
downloadFreeBSD-ports-1a3dd9fd0efb614cc63b0e668a449f1270150493.zip
FreeBSD-ports-1a3dd9fd0efb614cc63b0e668a449f1270150493.tar.gz
BROKEN on 5.x: Does not compile
Diffstat (limited to 'games')
-rw-r--r--games/groundhog/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile
index f85d675..d30887b 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>
OpenPOWER on IntegriCloud