diff options
Diffstat (limited to 'databases/sqlite-ext-pcre/Makefile')
-rw-r--r-- | databases/sqlite-ext-pcre/Makefile | 3 |
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 |