aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-pcre
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:13:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:13:38 +0000
commit21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch)
tree2cf1a158cf8540bcd6bed759d4e35240e31330bb /databases/sqlite-ext-pcre
parent5fe67ba9212540bea871dfec487d380ec3079f21 (diff)
downloadports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.tar.gz
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 'databases/sqlite-ext-pcre')
-rw-r--r--databases/sqlite-ext-pcre/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/sqlite-ext-pcre/Makefile b/databases/sqlite-ext-pcre/Makefile
index c7daf1bd4729..ec7ae0990df7 100644
--- a/databases/sqlite-ext-pcre/Makefile
+++ b/databases/sqlite-ext-pcre/Makefile
@@ -9,7 +9,6 @@ COMMENT= Regexp function for SQLite based on PCRE library
LIB_DEPENDS+= libpcre.so:devel/pcre
-USE_SQLITE= yes
DIST_SUBDIR= sqlite-ext
LIBFILE= pcre.so
@@ -20,7 +19,7 @@ SUB_LIST+= LIBFILE=${LIBFILE}
PLIST_FILES= libexec/${DIST_SUBDIR}/${LIBFILE}
-USES= gmake pkgconfig
+USES= gmake pkgconfig sqlite
USE_GITHUB= yes
GH_ACCOUNT= ralight