svn commit: r445129 - head/devel/qtcreator

Tobias C. Berner tcberner at FreeBSD.org
Thu Jul 6 06:36:13 UTC 2017


Author: tcberner
Date: Thu Jul  6 06:36:12 2017
New Revision: 445129
URL: https://svnweb.freebsd.org/changeset/ports/445129

Log:
  Pull in qmake as a runtime dependency.
  
  Reported by:	swills

Modified:
  head/devel/qtcreator/Makefile

Modified: head/devel/qtcreator/Makefile
==============================================================================
--- head/devel/qtcreator/Makefile	Thu Jul  6 05:34:14 2017	(r445128)
+++ head/devel/qtcreator/Makefile	Thu Jul  6 06:36:12 2017	(r445129)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qtcreator
 DISTVERSION=	4.3.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
 DISTNAME=	qt-creator-opensource-src-${DISTVERSION}
@@ -18,7 +19,7 @@ USE_LDCONFIG=	${LOCALBASE}/lib/${PORTNAME}
 USES=		qmake compiler:c++11-lib tar:xz
 USE_GL=		gl
 USE_QT5=	buildtools concurrent core designer gui help \
-		linguist network printsupport qdoc qml quick quickcontrols \
+		linguist network printsupport qdoc qmake qml quick quickcontrols \
 		script script sql svg webkit widgets xml xmlpatterns
 
 # be paranoid and do not extract qbs (devel/qbs) copy from source tree


More information about the svn-ports-all mailing list