aboutsummaryrefslogtreecommitdiffstats
path: root/databases/qt5-sql
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-11-22 02:18:34 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2020-11-22 02:18:34 +0800
commit93b90c42e3b7f15cc9ca20b156ba5b397f96c225 (patch)
treec1a26565b06260ee1f1991683fed1f3d28747a6a /databases/qt5-sql
parentf604ad305535c0350cac8605a856c83084c5e2df (diff)
downloadfreebsd-ports-gnome-93b90c42e3b7f15cc9ca20b156ba5b397f96c225.tar.gz
freebsd-ports-gnome-93b90c42e3b7f15cc9ca20b156ba5b397f96c225.tar.zst
freebsd-ports-gnome-93b90c42e3b7f15cc9ca20b156ba5b397f96c225.zip
Only define USE_LDCONFIG in devel/qt5-core
All the qt5-ports share the same library directory. devel/qt5-core is dependet on by all others. So there is no need to add identical entries to libdata/ldconfig, and restart the ldconfig service on every pkg change of those ports. Reported by: bapt Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27224
Diffstat (limited to 'databases/qt5-sql')
-rw-r--r--databases/qt5-sql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qt5-sql/Makefile b/databases/qt5-sql/Makefile
index ae52f74ffee6..d9522aa77d70 100644
--- a/databases/qt5-sql/Makefile
+++ b/databases/qt5-sql/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sql
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= databases
PKGNAMEPREFIX= qt5-
@@ -12,7 +13,6 @@ USES= compiler:c++11-lang qmake:no_env qt-dist:5,base
USE_QT= core qmake_build buildtools_build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
-USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}