View | Details | Raw Unified | Return to bug 159541
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 15-22 Link Here
15
MAINTAINER=	nivit@FreeBSD.org
15
MAINTAINER=	nivit@FreeBSD.org
16
COMMENT=	A chess playing server with a pure web interface
16
COMMENT=	A chess playing server with a pure web interface
17
17
18
RUN_DEPENDS=	mysql-server>=4:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
19
20
OPTIONS=	GNUCHESS "Install gnuchess robot" on \
18
OPTIONS=	GNUCHESS "Install gnuchess robot" on \
21
		PHALANX	"Install phalanx robot" on
19
		PHALANX	"Install phalanx robot" on
22
20
Lines 24-30 Link Here
24
22
25
SUB_FILES=	pkg-message
23
SUB_FILES=	pkg-message
26
24
27
USE_MYSQL=	yes
25
USE_MYSQL=	server
26
IGNORE_WITH_MYSQL=	323
28
USE_PHP=	mysql pcre session
27
USE_PHP=	mysql pcre session
29
USE_PYTHON=	yes
28
USE_PYTHON=	yes

Return to bug 159541