View | Details | Raw Unified | Return to bug 99354
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 86-92 Link Here
86
RUN_DEPENDS+=	psnup:${PORTSDIR}/print/psutils-${PAPERSIZE}
86
RUN_DEPENDS+=	psnup:${PORTSDIR}/print/psutils-${PAPERSIZE}
87
.if !defined(WITHOUT_X11)
87
.if !defined(WITHOUT_X11)
88
# "xxx to ps" filter utilities that require X
88
# "xxx to ps" filter utilities that require X
89
RUN_DEPENDS+=	acroread7:${PORTSDIR}/print/acroread7
89
RUN_DEPENDS+=	${X11BASE}/Adobe/Acrobat7.0/ENU/bin/acroread:${PORTSDIR}/print/acroread7
90
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
90
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
91
RUN_DEPENDS+=	dvips:${PORTSDIR}/print/teTeX
91
RUN_DEPENDS+=	dvips:${PORTSDIR}/print/teTeX
92
RUN_DEPENDS+=	wmf2eps:${PORTSDIR}/graphics/libwmf
92
RUN_DEPENDS+=	wmf2eps:${PORTSDIR}/graphics/libwmf
(-)scripts/configure (-1 / +1 lines)
Lines 102-108 Link Here
102
		esac
102
		esac
103
		;;
103
		;;
104
	\"ACROREAD7\")
104
	\"ACROREAD7\")
105
		echo RUN_DEPENDS+=acroread7:${PORTSDIR}/print/acroread7
105
		echo RUN_DEPENDS+=${X11BASE}/Adobe/Acrobat7.0/ENU/bin/acroread:${PORTSDIR}/print/acroread7
106
		;;
106
		;;
107
	\"CONVERT\")
107
	\"CONVERT\")
108
		echo RUN_DEPENDS+=convert:${PORTSDIR}/graphics/ImageMagick
108
		echo RUN_DEPENDS+=convert:${PORTSDIR}/graphics/ImageMagick

Return to bug 99354