diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/groundhog/Makefile | 8 |
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> |