diff options
author | kris <kris@FreeBSD.org> | 2004-12-24 10:05:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-24 10:05:32 +0800 |
commit | 95b55b278ade82027e1cf9fce077b2b0bab7dbbf (patch) | |
tree | 99abc63d9f09dd4112495d871d75a1a641900745 /textproc/cdsware | |
parent | 8e90779227defd634ac27ba9978d026bf0a7778d (diff) | |
download | freebsd-ports-gnome-95b55b278ade82027e1cf9fce077b2b0bab7dbbf.tar.gz freebsd-ports-gnome-95b55b278ade82027e1cf9fce077b2b0bab7dbbf.tar.zst freebsd-ports-gnome-95b55b278ade82027e1cf9fce077b2b0bab7dbbf.zip |
Chase print/acroread5 to print/acroread
Extra Special Pointy Santa Hat to: trevor
Diffstat (limited to 'textproc/cdsware')
-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 |