diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-18 11:25:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-18 11:25:51 +0000 |
commit | c8f26211d7c759b801203f44f5fbefd4a52ae14b (patch) | |
tree | 55354b7e22476bef570b91e1f1df4e61ddb5c772 /games/gma/Makefile | |
parent | Back out previous commit; the port was fixed already (diff) |
make it build again
Notes
Notes:
svn path=/head/; revision=81213
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> |