aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-06-10 12:46:52 +0800
committeryuri <yuri@FreeBSD.org>2018-06-10 12:46:52 +0800
commitde165b5645cb96db841dca4e098bb6861f1bcbab (patch)
tree020737d8ae379bf342b68d446b54803f6d72006e /databases
parentc65ef0e64f96e1bdd049fe4da192834cc3e2ab91 (diff)
downloadfreebsd-ports-gnome-de165b5645cb96db841dca4e098bb6861f1bcbab.tar.gz
freebsd-ports-gnome-de165b5645cb96db841dca4e098bb6861f1bcbab.tar.zst
freebsd-ports-gnome-de165b5645cb96db841dca4e098bb6861f1bcbab.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)
Diffstat (limited to 'databases')
-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}