diff options
-rw-r--r-- | databases/hk_classes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index 5cd2df612d91..64c9b2dfc44a 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -26,11 +26,10 @@ LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/ OPTIONS= MYSQL "Build MySQL driver" on \ POSTGRESQL "Build PostrgreSQL driver" off \ ODBC "Build unixODBC driver" off -WITH_MYSQL?= yes .include <bsd.port.pre.mk> -.if defined(WITH_MYSQL) +.if !defined(WITHOUT_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql-dir=${LOCALBASE} \ --with-mysql-incdir=${LOCALBASE}/include/mysql \ |