diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-24 02:05:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-24 02:05:32 +0000 |
commit | 32fa703784959cee51aceb4794d95076cb105689 (patch) | |
tree | d35e1de107fbe77cf6ef3f08aedee88ecaac634d /textproc | |
parent | faf32866abd8e598b345d2d177f5273f6815de24 (diff) |
Chase print/acroread5 to print/acroread
Extra Special Pointy Santa Hat to: trevor
Notes
Notes:
svn path=/head/; revision=125026
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 |