--- print/muttprint/Makefile.orig 2014-09-11 17:01:36.000000000 +0200 +++ print/muttprint/Makefile 2014-10-10 14:41:49.903617095 +0200 @@ -12,7 +12,6 @@ RUN_DEPENDS= psnup:${PORTSDIR}/print/psutils \ uncompface:${PORTSDIR}/mail/faces \ - convert:${PORTSDIR}/graphics/ImageMagick \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv @@ -42,6 +41,12 @@ INSTALL_TARGET=install-with-doc .endif +.if ${PORT_OPTIONS:MX11} +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +.else +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif + pre-everything:: @${ECHO} @${ECHO} Set PAPERSIZE=a4 if you need that paper size.