diff options
author | hrs <hrs@FreeBSD.org> | 2008-05-11 02:58:03 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-05-11 02:58:03 +0800 |
commit | fdb39db4695ecf346e1119673a8773a6a5488779 (patch) | |
tree | 3c9a6bf220b4a9cf674eb426d13404599a7adde6 /print | |
parent | 8760bc75883060231d0df347327f308e9428adfc (diff) | |
download | freebsd-ports-graphics-fdb39db4695ecf346e1119673a8773a6a5488779.tar.gz freebsd-ports-graphics-fdb39db4695ecf346e1119673a8773a6a5488779.tar.zst freebsd-ports-graphics-fdb39db4695ecf346e1119673a8773a6a5488779.zip |
Update acroreadwrapper dependency.
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 ae8418e0960..a1e0d45b202 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 |