summaryrefslogtreecommitdiff
path: root/print/apsfilter/scripts/configure
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2005-10-19 12:41:32 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2005-10-19 12:41:32 +0000
commit3439a920d4f13bb879c9f4b535b619a815db6f88 (patch)
treeb6272d77fa2b137cf7fa0eb779c744160836c3e8 /print/apsfilter/scripts/configure
parent- Update to 0.6.0 (diff)
Thanks for the bugreport including fix. Fix was not complete,
I added the missing changes for manual config. - Depend on acroread7 instead of acroread5. Acroread5 is outdated and marked BROKEN due to multiple security issues So the port didn't build/install - changed manual config and batch mode - portrevision bump Submitted by: Antonio Arredondo <aarredon@cs.nmsu.edu>
Notes
Notes: svn path=/head/; revision=145862
Diffstat (limited to '')
-rw-r--r--print/apsfilter/scripts/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure
index 611bd57b4626..7e8c701bcb63 100644
--- a/print/apsfilter/scripts/configure
+++ b/print/apsfilter/scripts/configure
@@ -19,7 +19,7 @@ GS_NO_X11 "Postscript for non-PS printer, no X11" OFF \
GS_PDF_CRYPT "print encrypted PDF files using gs" ON \
PSUTILS "for pseudo duplex printing + paper handling" ON \
A2PS "ASCII files in different styles/orientation" ON \
-ACROREAD5 "PDF files, needs Linux emulation" ON \
+ACROREAD7 "PDF files, needs Linux emulation" ON \
CONVERT "support for lots of graphic file formats" ON \
DVIPS "TeX DVI files" OFF \
FIG2DEV "XFIG drawings" OFF \
@@ -101,8 +101,8 @@ while [ "$1" ]; do
;;
esac
;;
- \"ACROREAD5\")
- echo RUN_DEPENDS+=acroread5:${PORTSDIR}/print/acroread
+ \"ACROREAD7\")
+ echo RUN_DEPENDS+=acroread7:${PORTSDIR}/print/acroread7
;;
\"CONVERT\")
echo RUN_DEPENDS+=convert:${PORTSDIR}/graphics/ImageMagick