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 \ |