svn commit: r496054 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 17 12:39:41 UTC 2019


Author: tcberner
Date: Sun Mar 17 12:39:40 2019
New Revision: 496054
URL: https://svnweb.freebsd.org/changeset/ports/496054

Log:
  qt.mk: fix typo in wayland_LIB
  
  Point hat:	tcberner

Modified:
  head/Mk/Uses/qt.mk

Modified: head/Mk/Uses/qt.mk
==============================================================================
--- head/Mk/Uses/qt.mk	Sun Mar 17 12:24:13 2019	(r496053)
+++ head/Mk/Uses/qt.mk	Sun Mar 17 12:39:40 2019	(r496054)
@@ -432,7 +432,7 @@ virtualkeyboard_PORT=	x11-toolkits/${_QT_RELNAME}-virt
 virtualkeyboard_PATH=	${LOCALBASE}/${QT_PLUGINDIR_REL}/platforminputcontexts/libqtvirtualkeyboardplugin.so
 
 wayland_PORT=		graphics/${_QT_RELNAME}-wayland
-wayland_LIB=		ibQt${_QT_LIBVER}WaylandClient.so
+wayland_LIB=		libQt${_QT_LIBVER}WaylandClient.so
 
 webchannel_PORT=	www/${_QT_RELNAME}-webchannel
 webchannel_LIB=		libQt${_QT_LIBVER}WebChannel.so


More information about the svn-ports-head mailing list