svn commit: r520776 - head/devel/grantlee5

Tobias C. Berner tcberner at FreeBSD.org
Tue Dec 24 05:33:55 UTC 2019


Author: tcberner
Date: Tue Dec 24 05:33:55 2019
New Revision: 520776
URL: https://svnweb.freebsd.org/changeset/ports/520776

Log:
  devel/grantlee5: add dependency on declarative (regression fix)
  
  PR:		242823
  Obtained from:	arch

Modified:
  head/devel/grantlee5/Makefile

Modified: head/devel/grantlee5/Makefile
==============================================================================
--- head/devel/grantlee5/Makefile	Tue Dec 24 05:24:49 2019	(r520775)
+++ head/devel/grantlee5/Makefile	Tue Dec 24 05:33:55 2019	(r520776)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grantlee
 DISTVERSION=	${GRANTLEE_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://downloads.${PORTNAME}.org/
 PKGNAMESUFFIX=	5
@@ -14,7 +15,7 @@ LICENSE=	LGPL21
 
 PORTSCOUT=	limit:^5\.
 
-USE_QT=		buildtools_build core gui qmake_build script
+USE_QT=		buildtools_build core gui qmake_build script declarative
 USES=		cmake compiler:c++11-lib grantlee:5,selfbuild qt:5
 USE_CXXSTD=	c++11
 CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE


More information about the svn-ports-all mailing list