aboutsummaryrefslogtreecommitdiff
path: root/databases/hk_classes
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-25 07:38:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-25 07:38:47 +0000
commit9ec3d7c52449b7e0322696edc9383627cfb1d723 (patch)
tree7047cb17af6df6b3ed94d12a9a899f354462e115 /databases/hk_classes
parent7c196b258996441a34afe578d3129cd3142a3b4d (diff)
downloadports-9ec3d7c52449b7e0322696edc9383627cfb1d723.tar.gz
ports-9ec3d7c52449b7e0322696edc9383627cfb1d723.zip
- Fix default options
PR: ports/64674 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=105195
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 \