View | Details | Raw Unified | Return to bug 176622 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-1 / +5 lines)
Lines 50-56 Link Here
50
.endif
50
.endif
51
51
52
.if ${PORT_OPTIONS:MIMAGEMAGICK}
52
.if ${PORT_OPTIONS:MIMAGEMAGICK}
53
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
53
.if !defined(WITHOUT_X11)
54
RUN_DEPENDS+=    convert:${PORTSDIR}/graphics/ImageMagick
55
.else
56
RUN_DEPENDS+=    convert:${PORTSDIR}/graphics/ImageMagick-nox11
57
.endif
54
.endif
58
.endif
55
59
56
.if ${PORT_OPTIONS:MJHEAD}
60
.if ${PORT_OPTIONS:MJHEAD}

Return to bug 176622