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

(-)gforge/Makefile (-2 / +2 lines)
Lines 31-39 Link Here
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
32
32
33
.if ${PHP_VER} == 4
33
.if ${PHP_VER} == 4
34
RUN_DEPENDS+=	${LOCALBASE}/share/jpgraph/imgdata_balls.inc:${PORTSDIR}/graphics/jpgraph
34
RUN_DEPENDS+=	${LOCALBASE}/share/jpgraph/imgdata_balls.inc.php:${PORTSDIR}/graphics/jpgraph
35
.else
35
.else
36
RUN_DEPENDS+=	${LOCALBASE}/share/jpgraph/imgdata_balls.inc:${PORTSDIR}/graphics/jpgraph2
36
RUN_DEPENDS+=	${LOCALBASE}/share/jpgraph/imgdata_balls.inc.php:${PORTSDIR}/graphics/jpgraph2
37
.endif
37
.endif
38
38
39
.if defined(WITH_JABBER)
39
.if defined(WITH_JABBER)

Return to bug 156572