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

(-)Makefile (-7 / +1 lines)
Lines 20-29 Link Here
20
20
21
PLIST_SUB=	VER=${PORTVERSION}
21
PLIST_SUB=	VER=${PORTVERSION}
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.mk>
24
25
.if ${OSVERSION} < 500000
26
BROKEN=	does not build
27
.endif
28
29
.include <bsd.port.post.mk>

Return to bug 111853