Index: converters/wkhtmltopdf/Makefile =================================================================== --- converters/wkhtmltopdf/Makefile (revision 471297) +++ converters/wkhtmltopdf/Makefile (working copy) @@ -28,6 +28,7 @@ USE_PERL5= build USE_LDCONFIG= yes USE_GITHUB= yes +USE_CXXSTD= gnu++98 WKQT_TAGNAME= c0cfa03 GH_TUPLE= ${PORTNAME}:qt:${WKQT_TAGNAME}:qt HAS_CONFIGURE= yes @@ -86,12 +87,4 @@ ${STAGEDIR}${PREFIX}/bin/wkhtmltopdf \ ${STAGEDIR}${PREFIX}/lib/libwkhtmltox.so.0.12.4 -.include - -.if ${OPSYS} == FreeBSD -.if ${COMPILER_TYPE:Mclang} && ${COMPILER_VERSION} >= 60 -BROKEN= Does not build -.endif -.endif - -.include +.include