diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-09 09:40:58 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-09 09:40:58 +0800 |
commit | a15575996b7a05b74a53ffd92fcd79e396aca6ad (patch) | |
tree | c1241a30d9c1c9415db9e64e5a70d6816bd5d12d /databases/hk_classes | |
parent | 288bf42ff9cd39e7e87396465ca5d7b7d786a72d (diff) | |
download | freebsd-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/Makefile | 8 |
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 |