svn commit: r458312 - head/graphics/qt5-imageformats

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 7 10:08:51 UTC 2018


Author: tcberner
Date: Sun Jan  7 10:08:50 2018
New Revision: 458312
URL: https://svnweb.freebsd.org/changeset/ports/458312

Log:
  graphics/qt5-imageformats, fix build with clang6
  
  PR:		224945

Modified:
  head/graphics/qt5-imageformats/Makefile

Modified: head/graphics/qt5-imageformats/Makefile
==============================================================================
--- head/graphics/qt5-imageformats/Makefile	Sun Jan  7 10:08:22 2018	(r458311)
+++ head/graphics/qt5-imageformats/Makefile	Sun Jan  7 10:08:50 2018	(r458312)
@@ -2,6 +2,7 @@
 
 PORTNAME=	imageformats
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	qt5-
 
@@ -15,6 +16,6 @@ LIB_DEPENDS=	libjasper.so:graphics/jasper \
 
 USE_QT5=	core gui buildtools_build
 QT_DIST=	${PORTNAME}
-USES=		qmake
+USES=		localbase qmake
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list