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

Collapse All | Expand All

(-)security/p5-GD-SecurityImage/Makefile (+7 lines)
Lines 25-31 Link Here
25
USES=		perl5
25
USES=		perl5
26
USE_PERL5=	configure
26
USE_PERL5=	configure
27
27
28
.include <bsd.port.options.mk>
29
30
.if ${PORT_OPTIONS:MX11}
28
IMAGEMAGICK_BUILD_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
31
IMAGEMAGICK_BUILD_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
29
IMAGEMAGICK_RUN_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
32
IMAGEMAGICK_RUN_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
33
.else
34
IMAGEMAGICK_BUILD_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
35
IMAGEMAGICK_RUN_DEPENDS=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
36
.endif
30
37
31
.include <bsd.port.mk>
38
.include <bsd.port.mk>

Return to bug 194284