diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
commit | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /databases/proftpd-mod_sql_sqlite | |
parent | Remove bogus prop. (diff) |
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 'databases/proftpd-mod_sql_sqlite')
-rw-r--r-- | databases/proftpd-mod_sql_sqlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/proftpd-mod_sql_sqlite/Makefile b/databases/proftpd-mod_sql_sqlite/Makefile index 94d50d485d2c..a050bfb3d6a2 100644 --- a/databases/proftpd-mod_sql_sqlite/Makefile +++ b/databases/proftpd-mod_sql_sqlite/Makefile @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../../ftp/proftpd -USE_SQLITE= yes +USES= sqlite INCLUDEDIRS= ${LOCALBASE}/include LIBDIRS= ${LOCALBASE}/lib |