Index: head/www/qt5-webengine/Makefile =================================================================== --- head/www/qt5-webengine/Makefile +++ head/www/qt5-webengine/Makefile @@ -20,6 +20,7 @@ PORTNAME= webengine DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= qt5- @@ -86,11 +87,15 @@ .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 - -BUILD_DEPENDS+= clang50:devel/llvm50 -CC= clang50 -CXX= clang++50 .endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 + +# 1101513 is 11-STABLE after merging clang, llvm, lld, lldb, compiler-rt and +# libc++ 6.0.0 release, and several follow-up fixes. +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101513 +BUILD_DEPENDS+= clang60:devel/llvm60 +CC= clang60 +CXX= clang++60 +.endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1101513 # We need ar(1) from ports because the Chromium code uses the @file syntax. # We then need to ensure ld(1) from ports is used because of the archives ar(1)