aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wzdftpd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-26 00:13:38 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-26 00:13:38 +0800
commit21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch)
tree2cf1a158cf8540bcd6bed759d4e35240e31330bb /ftp/wzdftpd
parent5fe67ba9212540bea871dfec487d380ec3079f21 (diff)
downloadfreebsd-ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.tar.gz
freebsd-ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.tar.zst
freebsd-ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.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
Notes
Notes: svn path=/head/; revision=414014
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r--ftp/wzdftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index dd938426da7f..c780e91c3cd1 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -59,7 +59,7 @@ PGSQL_CONFIGURE_OFF= --disable-pgsql
PGSQL_USES= pgsql
SQLITE_CONFIGURE_ENABLE= sqlite3
-SQLITE_USE= SQLITE=3
+SQLITE_USES= sqlite:3
AVAHI_CONFIGURE_ON= --with-zeroconf --enable-avahi
AVAHI_LIB_DEPENDS= libdbus-1.so:devel/dbus \