1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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
This commit is contained in:
Adriaan de Groot 2021-09-05 13:59:11 +02:00
parent d0e2e92b3f
commit 7be3eabb1a

View File

@ -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 \