diff options
author | mat <mat@FreeBSD.org> | 2016-04-26 00:13:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-26 00:13:38 +0800 |
commit | 249200c5ac5a6482e3f464dcbabf7f4879065734 (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /net-mgmt/netxms | |
parent | 4a29dd7050d143c963a767fa8b7671e3a0ddc09d (diff) | |
download | freebsd-ports-gnome-249200c5ac5a6482e3f464dcbabf7f4879065734.tar.gz freebsd-ports-gnome-249200c5ac5a6482e3f464dcbabf7f4879065734.tar.zst freebsd-ports-gnome-249200c5ac5a6482e3f464dcbabf7f4879065734.zip |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Diffstat (limited to 'net-mgmt/netxms')
-rw-r--r-- | net-mgmt/netxms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index 922c7785e4cc..663d422661f5 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -39,7 +39,7 @@ MYSQL_USE= MYSQL=yes PGSQL_CONFIGURE_ON= --with-pgsql PGSQL_USES= pgsql SQLITE_CONFIGURE_ON= --with-sqlite -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite ODBC_CONFIGURE_ON= --with-odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC |