diff options
author | andreas <andreas@FreeBSD.org> | 2006-07-02 20:47:58 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2006-07-02 20:47:58 +0800 |
commit | cc3c9707e4d9f7a73e88daa26c519e82a2eaaad2 (patch) | |
tree | 9cc74d7d0ed49440365e882059e59fc10b6edf5d /print | |
parent | 31859497fb2d3026f110b20d48d6a2356dc0d6de (diff) | |
download | freebsd-ports-graphics-cc3c9707e4d9f7a73e88daa26c519e82a2eaaad2.tar.gz freebsd-ports-graphics-cc3c9707e4d9f7a73e88daa26c519e82a2eaaad2.tar.zst freebsd-ports-graphics-cc3c9707e4d9f7a73e88daa26c519e82a2eaaad2.zip |
fix acroread dependency after recent changes to the acrobat reader's
ports structure
PR: ports/99354
Submitted by: Kostik Belousov <kib@FreeBSD.org>
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter/scripts/configure | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 0bfe8c5cdbc..17b33cfaf27 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 78c945e9cd1..e4b799e8f00 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 |