From de165b5645cb96db841dca4e098bb6861f1bcbab Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 10 Jun 2018 04:46:52 +0000 Subject: databases/sqlite-ext-pcre: Remove USE_LDCONFIG SQLite extensions are loaded with the full path to the shared library. Approved by: portmgr (port compliance, infrastructure) --- databases/sqlite-ext-pcre/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases') 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} -- cgit