aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-09-05 11:59:11 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-09-05 12:11:52 +0000
commit7be3eabb1a7c0e8c300fb66b1a923ab1394b529a (patch)
tree629a1806e5fe76b9638603f5467d774e9560eb1d /x11-toolkits
parentd0e2e92b3f0879342364efe3ef78b87e585e1726 (diff)
downloadports-7be3eabb1a7c0e8c300fb66b1a923ab1394b529a.tar.gz
ports-7be3eabb1a7c0e8c300fb66b1a923ab1394b529a.zip
x11-toolkits/qt5-gui: add missing dependency
devel/libmtdev is always a dependency, but wasn't listed as such. PR: 257117 Obtained from: Philipp Ost
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt5-gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile
index bc9525794292..1663bcb08e98 100644
--- a/x11-toolkits/qt5-gui/Makefile
+++ b/x11-toolkits/qt5-gui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gui
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-toolkits graphics
PKGNAMEPREFIX= qt5-
@@ -20,6 +20,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libinput.so:x11/libinput \
+ libmtdev.so:devel/libmtdev \
libpng.so:graphics/png \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-image.so:x11/xcb-util-image \