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

Collapse All | Expand All

(-)print/muttprint/Makefile (-1 / +6 lines)
Lines 12-18 Link Here
12
12
13
RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
13
RUN_DEPENDS=	psnup:${PORTSDIR}/print/psutils \
14
		uncompface:${PORTSDIR}/mail/faces \
14
		uncompface:${PORTSDIR}/mail/faces \
15
		convert:${PORTSDIR}/graphics/ImageMagick \
16
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
15
		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
17
		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
16
		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv
18
17
Lines 42-47 Link Here
42
INSTALL_TARGET=install-with-doc
41
INSTALL_TARGET=install-with-doc
43
.endif
42
.endif
44
43
44
.if ${PORT_OPTIONS:MX11}
45
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
46
.else
47
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick-nox11
48
.endif
49
45
pre-everything::
50
pre-everything::
46
	@${ECHO}
51
	@${ECHO}
47
	@${ECHO} Set PAPERSIZE=a4 if you need that paper size.
52
	@${ECHO} Set PAPERSIZE=a4 if you need that paper size.

Return to bug 194283