From f26c1976463b0d87979ad6e745765c0acd206e18 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 2 Jul 2006 12:47:58 +0000 Subject: fix acroread dependency after recent changes to the acrobat reader's ports structure PR: ports/99354 Submitted by: Kostik Belousov --- print/apsfilter/Makefile | 4 ++-- print/apsfilter/scripts/configure | 2 +- 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 -- cgit v1.2.3