diff options
Diffstat (limited to 'games/groundhog')
-rw-r--r-- | games/groundhog/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index c7a016f27394..f85d6754e825 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -18,10 +18,4 @@ USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |