aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-virtualkeyboard
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-11-21 18:18:34 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-11-21 18:18:34 +0000
commit93b90c42e3b7f15cc9ca20b156ba5b397f96c225 (patch)
treec1a26565b06260ee1f1991683fed1f3d28747a6a /x11-toolkits/qt5-virtualkeyboard
parentf604ad305535c0350cac8605a856c83084c5e2df (diff)
downloadports-93b90c42e3b7f15cc9ca20b156ba5b397f96c225.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=556007
Diffstat (limited to 'x11-toolkits/qt5-virtualkeyboard')
-rw-r--r--x11-toolkits/qt5-virtualkeyboard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-virtualkeyboard/Makefile b/x11-toolkits/qt5-virtualkeyboard/Makefile
index 10ce02bcadb7..d2deb16fde6a 100644
--- a/x11-toolkits/qt5-virtualkeyboard/Makefile
+++ b/x11-toolkits/qt5-virtualkeyboard/Makefile
@@ -2,6 +2,7 @@
PORTNAME= virtualkeyboard
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@@ -13,7 +14,6 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard
USE_QT= core declarative network gui widgets svg buildtools_build
-USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
# stuff.