summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2006-07-02 12:47:58 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2006-07-02 12:47:58 +0000
commitf26c1976463b0d87979ad6e745765c0acd206e18 (patch)
tree7e45a85035c6c838515d71feb0d6992254b7c9d9 /print/apsfilter
parentFix a bug that dvipdfmx confuses 'wh' and 'bk' of tpic special. (diff)
fix acroread dependency after recent changes to the acrobat reader's
ports structure PR: ports/99354 Submitted by: Kostik Belousov <kib@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=166756
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile4
-rw-r--r--print/apsfilter/scripts/configure2
2 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 0bfe8c5cdbc4..17b33cfaf278 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= apsfilter
PORTVERSION= 7.2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
@@ -86,7 +86,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+= acroread7:${PORTSDIR}/print/acroread7
+RUN_DEPENDS+= ${X11BASE}/Adobe/Acrobat7.0/ENU/bin/acroread:${PORTSDIR}/print/acroread7
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX
RUN_DEPENDS+= wmf2eps:${PORTSDIR}/graphics/libwmf
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure
index 78c945e9cd1f..e4b799e8f00a 100644
--- a/print/apsfilter/scripts/configure
+++ b/print/apsfilter/scripts/configure
@@ -102,7 +102,7 @@ while [ "$1" ]; do
esac
;;
\"ACROREAD7\")
- echo RUN_DEPENDS+=acroread7:${PORTSDIR}/print/acroread7
+ echo RUN_DEPENDS+=${X11BASE}/Adobe/Acrobat7.0/ENU/bin/acroread:${PORTSDIR}/print/acroread7
;;
\"CONVERT\")
echo RUN_DEPENDS+=convert:${PORTSDIR}/graphics/ImageMagick