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-im/imspector | |
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-im/imspector')
-rw-r--r-- | net-im/imspector/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/imspector/Makefile b/net-im/imspector/Makefile index 476a7a4f8eeb..e0cee611780a 100644 --- a/net-im/imspector/Makefile +++ b/net-im/imspector/Makefile @@ -31,8 +31,8 @@ IPFW_DESC= Add IPFW support PLUGINS_DESC= Build plugins IPFW_CFLAGS= -DIPFW_TRANSPARENT=1 -PLUGINS_USE= MYSQL=yes SQLITE=yes -PLUGINS_USES= pgsql +PLUGINS_USE= MYSQL=yes +PLUGINS_USES= pgsql sqlite .include <bsd.port.options.mk> |