svn commit: r490127 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 13 11:42:11 UTC 2019


Author: tcberner
Date: Sun Jan 13 11:42:09 2019
New Revision: 490127
URL: https://svnweb.freebsd.org/changeset/ports/490127

Log:
  Fix qt.mk component of the new port devel/qt5-remoteobjects
  
  Reported by:	cperciva

Modified:
  head/Mk/Uses/qt.mk

Modified: head/Mk/Uses/qt.mk
==============================================================================
--- head/Mk/Uses/qt.mk	Sun Jan 13 10:34:07 2019	(r490126)
+++ head/Mk/Uses/qt.mk	Sun Jan 13 11:42:09 2019	(r490127)
@@ -364,7 +364,7 @@ qvfb_PATH=		${LOCALBASE}/${QT_BINDIR_REL}/qvfb
 rcc_PORT=		devel/${_QT_RELNAME}-rcc
 rcc_PATH=		${LOCALBASE}/${QT_BINDIR_REL}/rcc
 
-remoteobjects_PORT=	x11-toolkits/${_QT_RELNAME}-remoteobjects
+remoteobjects_PORT=	devel/${_QT_RELNAME}-remoteobjects
 remoteobjects_LIB=	libQt${_QT_LIBVER}RemoteObjects.so
 
 sensors_PORT=		comms/${_QT_RELNAME}-sensors


More information about the svn-ports-head mailing list