Date: Sun, 7 Jan 2018 10:08:50 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458312 - head/graphics/qt5-imageformats Message-ID: <201801071008.w07A8ohX080504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071008.w07A8ohX080504>