diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-10 18:58:03 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-10 18:58:03 +0000 |
commit | 202ab53649bf64e053365c3cac4649565593b2e7 (patch) | |
tree | 12a73263dff165bfdc4f1296c2552c8e74a73fb0 /print | |
parent | . Update to 2.4.17. (diff) |
Update acroreadwrapper dependency.
Notes
Notes:
svn path=/head/; revision=212892
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index ae8418e0960b..a1e0d45b2029 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -7,7 +7,7 @@ PORTNAME= acroread7 PORTVERSION?= 7.0.9 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 1 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/${VERSIONDIR}/${ADOBE_LANG:L}/ \ @@ -18,7 +18,7 @@ DIST_SUBDIR= acroread MAINTAINER= hrs@FreeBSD.org COMMENT= Adobe Reader for view, print, and search PDF documents (${ADOBE_LANG}) -RUN_DEPENDS= acroread:${PORTSDIR}/print/acroreadwrapper \ +RUN_DEPENDS= acroreadwrapper>=0.0.20080110:${PORTSDIR}/print/acroreadwrapper \ ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ ${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango |