aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-06-10 12:40:03 +0800
committeryuri <yuri@FreeBSD.org>2018-06-10 12:40:03 +0800
commita80410ad1dd2ca8e6e7baed5ed2391e0201917e0 (patch)
treecd7362902a6a99fb303ef802e72eb78a2bfdad8e /databases
parent3226b2154f76354749c719756e7e8615838c844d (diff)
downloadfreebsd-ports-gnome-a80410ad1dd2ca8e6e7baed5ed2391e0201917e0.tar.gz
freebsd-ports-gnome-a80410ad1dd2ca8e6e7baed5ed2391e0201917e0.tar.zst
freebsd-ports-gnome-a80410ad1dd2ca8e6e7baed5ed2391e0201917e0.zip
databases/sqlite-ext-regexp: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite-ext-regexp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite-ext-regexp/Makefile b/databases/sqlite-ext-regexp/Makefile
index 51a21283795a..e45e6229b9ac 100644
--- a/databases/sqlite-ext-regexp/Makefile
+++ b/databases/sqlite-ext-regexp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sqlite-ext-regexp
PORTVERSION= 3.8.11.1
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g}
@@ -22,7 +23,6 @@ NO_WRKSUBDIR= yes
SRCFILE= ${DISTNAME}/ext/misc/regexp.c
LIBFILE= libregexp.so
INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR}
-USE_LDCONFIG= ${INST_DIR}
EXTRACT_AFTER_ARGS= ${SRCFILE}