View | Details | Raw Unified | Return to bug 228732
Collapse All | Expand All

(-)converters/wkhtmltopdf/Makefile (-9 / +2 lines)
Lines 28-33 Link Here
28
USE_PERL5=	build
28
USE_PERL5=	build
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
USE_GITHUB=	yes
30
USE_GITHUB=	yes
31
USE_CXXSTD=	gnu++98
31
WKQT_TAGNAME=	c0cfa03
32
WKQT_TAGNAME=	c0cfa03
32
GH_TUPLE=	${PORTNAME}:qt:${WKQT_TAGNAME}:qt
33
GH_TUPLE=	${PORTNAME}:qt:${WKQT_TAGNAME}:qt
33
HAS_CONFIGURE=	yes
34
HAS_CONFIGURE=	yes
Lines 86-97 Link Here
86
		${STAGEDIR}${PREFIX}/bin/wkhtmltopdf \
87
		${STAGEDIR}${PREFIX}/bin/wkhtmltopdf \
87
		${STAGEDIR}${PREFIX}/lib/libwkhtmltox.so.0.12.4
88
		${STAGEDIR}${PREFIX}/lib/libwkhtmltox.so.0.12.4
88
89
89
.include <bsd.port.pre.mk>
90
.include <bsd.port.mk>
90
91
.if ${OPSYS} == FreeBSD
92
.if ${COMPILER_TYPE:Mclang} && ${COMPILER_VERSION} >= 60
93
BROKEN=		Does not build
94
.endif
95
.endif
96
97
.include <bsd.port.post.mk>

Return to bug 228732