diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread5-commfont/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread5-commfont/Makefile b/print/acroread5-commfont/Makefile index f0731a435393..ec2f3def666e 100644 --- a/print/acroread5-commfont/Makefile +++ b/print/acroread5-commfont/Makefile @@ -43,7 +43,7 @@ DISTFILES= korfont.tar.gz WRKSUBDIR= KORKIT .endif TAR_FILE= LANGCOM.TAR -RUN_DEPENDS= acroread5:${PORTSDIR}/print/acroread5 +RUN_DEPENDS= acroread5:${PORTSDIR}/print/acroread .else ###### For slave ports ############################## diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 0f2f280c63a1..be98e1291151 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -87,7 +87,7 @@ RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} .if !defined(WITHOUT_X11) # "xxx to ps" filter utilities that require X -RUN_DEPENDS+= acroread5:${PORTSDIR}/print/acroread5 +RUN_DEPENDS+= acroread5:${PORTSDIR}/print/acroread RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX RUN_DEPENDS+= wmf2eps:${PORTSDIR}/graphics/libwmf |