diff options
Diffstat (limited to 'databases/sqlite-ext-pcre')
-rw-r--r-- | databases/sqlite-ext-pcre/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/sqlite-ext-pcre/Makefile b/databases/sqlite-ext-pcre/Makefile index 64b77e315567..778d5ac8d112 100644 --- a/databases/sqlite-ext-pcre/Makefile +++ b/databases/sqlite-ext-pcre/Makefile @@ -2,7 +2,7 @@ PORTNAME= sqlite-ext-pcre PORTVERSION= 20100208 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases DIST_SUBDIR= sqlite-ext @@ -13,15 +13,14 @@ LICENSE= PD LIB_DEPENDS= libpcre.so:devel/pcre +USES= gmake pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= ralight GH_PROJECT= sqlite3-pcre GH_TAGNAME= c98da41 -USES= gmake pkgconfig sqlite LIBFILE= pcre.so INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR} -USE_LDCONFIG= ${INST_DIR} SUB_LIST= LIBFILE=${LIBFILE} |