diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cdsware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cdsware/Makefile b/textproc/cdsware/Makefile index ba276611e80b..806e7b685fcf 100644 --- a/textproc/cdsware/Makefile +++ b/textproc/cdsware/Makefile @@ -26,7 +26,7 @@ BROKEN= "Conflicting dependencies: apache 1.x and apache 2.x" RUN_DEPENDS+= ${X11BASE}/bin/pdftotext:${PORTSDIR}/graphics/xpdf . endif . if !defined(WITHOUT_ACROREAD) -RUN_DEPENDS+= ${LOCALBASE}/bin/acroread:${PORTSDIR}/print/acroread5 +RUN_DEPENDS+= ${LOCALBASE}/bin/acroread:${PORTSDIR}/print/acroread . endif . if !defined(WITHOUT_WV) RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv |