aboutsummaryrefslogtreecommitdiffstats
path: root/databases/hk_classes
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-09 09:40:58 +0800
committerdougb <dougb@FreeBSD.org>2011-10-09 09:40:58 +0800
commita15575996b7a05b74a53ffd92fcd79e396aca6ad (patch)
treec1241a30d9c1c9415db9e64e5a70d6816bd5d12d /databases/hk_classes
parent288bf42ff9cd39e7e87396465ca5d7b7d786a72d (diff)
downloadfreebsd-ports-gnome-a15575996b7a05b74a53ffd92fcd79e396aca6ad.tar.gz
freebsd-ports-gnome-a15575996b7a05b74a53ffd92fcd79e396aca6ad.tar.zst
freebsd-ports-gnome-a15575996b7a05b74a53ffd92fcd79e396aca6ad.zip
Remove optional dependencies on databases/xbase, which is about to be removed
Diffstat (limited to 'databases/hk_classes')
-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