diff options
author | edwin <edwin@FreeBSD.org> | 2004-05-18 11:56:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-05-18 11:56:11 +0800 |
commit | 76a18c183c4a2f0ed51b94ba17a9c891b5de671a (patch) | |
tree | 6e0b2b5e9f12ea82e3f63ce518092228cf783cbc | |
parent | 84adba09e13b0b01c74a11248770ee11e8edb7a5 (diff) | |
download | freebsd-ports-gnome-76a18c183c4a2f0ed51b94ba17a9c891b5de671a.tar.gz freebsd-ports-gnome-76a18c183c4a2f0ed51b94ba17a9c891b5de671a.tar.zst freebsd-ports-gnome-76a18c183c4a2f0ed51b94ba17a9c891b5de671a.zip |
Program builds fine since import of gtk2 in bsd.gnome.mk
-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> |