aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-pcre
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-10 04:46:52 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-10 04:46:52 +0000
commit8220db01a827241c5718e1d01f0f2c8b2d462519 (patch)
tree020737d8ae379bf342b68d446b54803f6d72006e /databases/sqlite-ext-pcre
parentac2decb858e00136af9ab16161954819c389084b (diff)
downloadports-8220db01a827241c5718e1d01f0f2c8b2d462519.tar.gz
ports-8220db01a827241c5718e1d01f0f2c8b2d462519.zip
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)
Notes
Notes: svn path=/head/; revision=472114
Diffstat (limited to 'databases/sqlite-ext-pcre')
-rw-r--r--databases/sqlite-ext-pcre/Makefile5
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}