diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-18 19:25:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-18 19:25:51 +0800 |
commit | fecc68dbc066a5d1d93b41746d9614bc0c35e869 (patch) | |
tree | a5f05e0e84a17f8a91886181618588cd3b9bd6f6 /games/gma/Makefile | |
parent | 2db9f6a7769d868882b7f781ecfa199c5c032bc6 (diff) | |
download | freebsd-ports-gnome-fecc68dbc066a5d1d93b41746d9614bc0c35e869.tar.gz freebsd-ports-gnome-fecc68dbc066a5d1d93b41746d9614bc0c35e869.tar.zst freebsd-ports-gnome-fecc68dbc066a5d1d93b41746d9614bc0c35e869.zip |
make it build again
Diffstat (limited to 'games/gma/Makefile')
-rw-r--r-- | games/gma/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile index a08deb89a426..8ac24e284826 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -13,13 +13,6 @@ MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ MAINTAINER= ijliao@FreeBSD.org COMMENT= Go-moku game which learns playing the game from studying its opponent -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - -USE_GCC= 2.95 GNU_CONFIGURE= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |