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

(-)Makefile (-7 / +1 lines)
Lines 30-39 Link Here
30
MANCOMPRESSED=	no
30
MANCOMPRESSED=	no
31
MAN1=	idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
31
MAN1=	idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
32
32
33
.include <bsd.port.pre.mk>
33
.include <bsd.port.mk>
34
35
.if ${OSVERSION} <= 604100
36
USE_GCC=	4.2+
37
.endif
38
39
.include <bsd.port.post.mk>

Return to bug 168274