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

(-)./Makefile (+4 lines)
Lines 47-54 Link Here
47
.endif
47
.endif
48
48
49
.if ${PORT_OPTIONS:MIMAGICK}
49
.if ${PORT_OPTIONS:MIMAGICK}
50
.if defined(WITHOUT_X11)
51
RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
52
.else
50
RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
53
RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
51
.endif
54
.endif
55
.endif
52
56
53
.if ${PORT_OPTIONS:MMBSTRING}
57
.if ${PORT_OPTIONS:MMBSTRING}
54
USE_PHP+=	mbstring
58
USE_PHP+=	mbstring

Return to bug 172373