summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
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/Makefile
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 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index fbae81e9817b..ae70138171c7 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.6
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -86,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/acroread
+RUN_DEPENDS+= acroread7:${PORTSDIR}/print/acroread7
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX
RUN_DEPENDS+= wmf2eps:${PORTSDIR}/graphics/libwmf