summaryrefslogtreecommitdiff
path: root/databases/hk_classes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hk_classes/Makefile')
-rw-r--r--databases/hk_classes/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index 4bdada294746..864141f705b3 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -108,15 +108,7 @@ PLIST_SUB+= MSACCESS="@comment "
.endif
# XXX does not work yet
-.if defined(WITH_DBASE)
-LIB_DEPENDS+= xbase:${PORTSDIR}/databases/xbase
-CONFIGURE_ARGS+= --with-xbase-incdir=${LOCALBASE}/include/xbase \
- --with-xbase-libdir=${LOCALBASE}/lib
-PLIST_SUB+= DBASE=""
-.else
CONFIGURE_ARGS+= --without-xbase
-PLIST_SUB+= DBASE="@comment "
-.endif
.if defined(WITH_SQLITE2)
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2