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

(-)/usr/ports/databases/hk_classes/Makefile (-2 / +1 lines)
Lines 26-36 Link Here
26
OPTIONS=	MYSQL "Build MySQL driver" on \
26
OPTIONS=	MYSQL "Build MySQL driver" on \
27
		POSTGRESQL "Build PostrgreSQL driver" off \
27
		POSTGRESQL "Build PostrgreSQL driver" off \
28
		ODBC "Build unixODBC driver" off
28
		ODBC "Build unixODBC driver" off
29
WITH_MYSQL?=	yes
30
29
31
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
32
31
33
.if defined(WITH_MYSQL)
32
.if !defined(WITHOUT_MYSQL)
34
USE_MYSQL=	yes
33
USE_MYSQL=	yes
35
CONFIGURE_ARGS+=	--with-mysql-dir=${LOCALBASE} \
34
CONFIGURE_ARGS+=	--with-mysql-dir=${LOCALBASE} \
36
			--with-mysql-incdir=${LOCALBASE}/include/mysql \
35
			--with-mysql-incdir=${LOCALBASE}/include/mysql \

Return to bug 64674