diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-22 21:21:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-22 21:21:47 +0000 |
commit | ac58787e5e645f29d4d57119c651d71d1f06f04e (patch) | |
tree | 037f8a47501cbd118936cd13e3d9c399bb7dd6b4 /games/cgoban2 | |
parent | 9fd453c58df13d856932947a8be1cfddb00a1abc (diff) | |
download | ports-ac58787e5e645f29d4d57119c651d71d1f06f04e.tar.gz ports-ac58787e5e645f29d4d57119c651d71d1f06f04e.zip |
Notes
Diffstat (limited to 'games/cgoban2')
-rw-r--r-- | games/cgoban2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cgoban2/Makefile b/games/cgoban2/Makefile index e6d87eb53438..7e4c105987d8 100644 --- a/games/cgoban2/Makefile +++ b/games/cgoban2/Makefile @@ -14,6 +14,8 @@ DISTNAME= cgoban-unix-${PORTVERSION} MAINTAINER= smazanek@steffen-mazanek.de COMMENT= Internet Go Server client and game editor +BROKEN= "Unfetchable" + WRKSRC= ${WRKDIR}/cgoban INSTALLDIR= ${PREFIX}/share/java/cgoban2 |