mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- Remove the direct run-dependency on mysqld, which causes
problems when using WITH_MYSQL_VER=52 - Set USE_MYSQL=server, IGNORE_WITH_MYSQL=323 PR: ports/159541 Submitted by: dougb
This commit is contained in:
parent
6c053e629b
commit
60f9f3d780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279131
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user