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

(-)Makefile (-1 / +3 lines)
Lines 13-19 MAINTAINER= ale@FreeBSD.org Link Here
13
COMMENT?=	Multithreaded SQL database (server)
13
COMMENT?=	Multithreaded SQL database (server)
14
14
15
SLAVEDIRS=	databases/mysql56-client
15
SLAVEDIRS=	databases/mysql56-client
16
USES=		cmake
16
USES=		cmake shebangfix
17
17
18
CMAKE_ARGS+=	-DINSTALL_DOCDIR="share/doc/mysql" \
18
CMAKE_ARGS+=	-DINSTALL_DOCDIR="share/doc/mysql" \
19
		-DINSTALL_DOCREADMEDIR="share/doc/mysql" \
19
		-DINSTALL_DOCREADMEDIR="share/doc/mysql" \
Lines 33-38 CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc Link Here
33
		-DWITH_EDITLINE=system \
33
		-DWITH_EDITLINE=system \
34
		-DWITH_LIBWRAP=1
34
		-DWITH_LIBWRAP=1
35
35
36
SHEBANG_FILES=	scripts/*.pl* scripts/*.sh
37
36
.ifdef USE_MYSQL
38
.ifdef USE_MYSQL
37
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
39
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
38
.endif
40
.endif

Return to bug 182071