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

(-)devel/libsoup/Makefile (-1 / +10 lines)
Lines 70-73 Link Here
70
		${STAGEDIR}${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h
70
		${STAGEDIR}${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h
71
.endif
71
.endif
72
72
73
.include <bsd.port.mk>
73
.include <bsd.port.pre.mk>
74
75
.if ${ARCH:Mpowerpc*}
76
# you need either 12-STABLE after src r343207 or 13-CURRENT after src r341387
77
.if ${OSVERSION} < 1200501 || (${OSVERSION} >= 1300000 && ${OSVERSION} < 1300005)
78
BROKEN=		fails to build on powerpc: you need a kernel with OSVERSION past 1200501 or past 1300005, but you have ${OSVERSION}
79
.endif
80
.endif
81
82
.include <bsd.port.post.mk>

Return to bug 242498