diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-08-07 15:16:57 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-08-07 15:16:57 +0000 |
commit | 60f9f3d78003f5076cdfc69b2058acff5c821a78 (patch) | |
tree | e1ce8ad8ddb25c9d0b25c69fcf77f313729bd0af /games/mkgichessclub | |
parent | 6c053e629bd59ceb3cfff91f861122b88aed3b7b (diff) |
Notes
Diffstat (limited to 'games/mkgichessclub')
-rw-r--r-- | games/mkgichessclub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/mkgichessclub/Makefile b/games/mkgichessclub/Makefile index ab698dbdb86c..413f6e6ebec3 100644 --- a/games/mkgichessclub/Makefile +++ b/games/mkgichessclub/Makefile @@ -15,8 +15,6 @@ DISTNAME= MKGIChessClub-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A chess playing server with a pure web interface -RUN_DEPENDS= mysql-server>=4:${PORTSDIR}/databases/mysql${MYSQL_VER}-server - OPTIONS= GNUCHESS "Install gnuchess robot" on \ PHALANX "Install phalanx robot" on @@ -24,7 +22,8 @@ NO_BUILD= yes SUB_FILES= pkg-message -USE_MYSQL= yes +USE_MYSQL= server +IGNORE_WITH_MYSQL= 323 USE_PHP= mysql pcre session USE_PYTHON= yes |