aboutsummaryrefslogtreecommitdiffstats
path: root/databases/hk_classes
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-25 15:38:47 +0800
committerkrion <krion@FreeBSD.org>2004-03-25 15:38:47 +0800
commit4414102071be269d3d5e37920178c6c51fb88b93 (patch)
treef78947e2e68303fb206de5f2e85ce55a68881913 /databases/hk_classes
parent55bbac6cb2176a49258c2a4c7785ead2881211d3 (diff)
downloadfreebsd-ports-gnome-4414102071be269d3d5e37920178c6c51fb88b93.tar.gz
freebsd-ports-gnome-4414102071be269d3d5e37920178c6c51fb88b93.tar.zst
freebsd-ports-gnome-4414102071be269d3d5e37920178c6c51fb88b93.zip
- Fix default options
PR: ports/64674 Submitted by: maintainer
Diffstat (limited to 'databases/hk_classes')
-rw-r--r--databases/hk_classes/Makefile3
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 \