From 4414102071be269d3d5e37920178c6c51fb88b93 Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 25 Mar 2004 07:38:47 +0000 Subject: - Fix default options PR: ports/64674 Submitted by: maintainer --- databases/hk_classes/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases') 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 -.if defined(WITH_MYSQL) +.if !defined(WITHOUT_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql-dir=${LOCALBASE} \ --with-mysql-incdir=${LOCALBASE}/include/mysql \ -- cgit