--- security/p5-GD-SecurityImage/Makefile.orig 2014-03-01 18:23:16.000000000 +0100 +++ security/p5-GD-SecurityImage/Makefile 2014-10-10 14:58:08.507814519 +0200 @@ -25,7 +25,14 @@ USES= perl5 USE_PERL5= configure +.include + +.if ${PORT_OPTIONS:MX11} IMAGEMAGICK_BUILD_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick IMAGEMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick +.else +IMAGEMAGICK_BUILD_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11 +IMAGEMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif .include