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

(-)Makefile (-1 / +2 lines)
Lines 80-86 Link Here
80
.if defined(WITH_MYSQL)
80
.if defined(WITH_MYSQL)
81
CONFIGURE_ARGS+=	--enable-mysql \
81
CONFIGURE_ARGS+=	--enable-mysql \
82
			--with-mysql-cfg="${LOCALBASE}/bin/mysql_config"
82
			--with-mysql-cfg="${LOCALBASE}/bin/mysql_config"
83
LIB_DEPENDS+=		mysqlclient_r:${PORTSDIR}/databases/mysql50-client
83
USE_MYSQL=		yes
84
IGNORE_WITH_MYSQL=	323 40 41
84
.else
85
.else
85
CONFIGURE_ARGS+=	--disable-mysql
86
CONFIGURE_ARGS+=	--disable-mysql
86
.endif
87
.endif

Return to bug 153135