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

(-)Makefile (-7 / +1 lines)
Lines 22-31 Link Here
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_GNOME=	gtk12
23
USE_GNOME=	gtk12
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.mk>
26
27
.if ${OSVERSION} < 500000
28
BROKEN=		Does not compile on 4.x
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 111687