diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-09-06 04:59:52 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-09-06 04:59:52 +0000 |
commit | 00e8ec4600d188e5e8e17c293ed70ae572370aea (patch) | |
tree | 3f56e129fa83262d439c15f5b5eafadc7506e8af /print/acroread8 | |
parent | 24624e4d43a22f32174e4b4945788899ccb244a6 (diff) | |
download | ports-00e8ec4600d188e5e8e17c293ed70ae572370aea.tar.gz ports-00e8ec4600d188e5e8e17c293ed70ae572370aea.zip |
Notes
Diffstat (limited to 'print/acroread8')
-rw-r--r-- | print/acroread8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index c74b845ccbfa..a552d8b3d4a3 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -7,7 +7,7 @@ PORTNAME= acroread8 PORTVERSION= 8.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/${PORTVERSION}/${ADOBE_LANG:L}/ @@ -17,7 +17,7 @@ DIST_SUBDIR= acroread MAINTAINER= hrs@FreeBSD.org COMMENT= Adobe Reader for view, print, and search PDF documents (${ADOBE_LANG}) -RUN_DEPENDS= acroreadwrapper>=0.0.20080110:${PORTSDIR}/print/acroreadwrapper \ +RUN_DEPENDS= acroreadwrapper>=0.0.20080906:${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 \ ${LOCALBASE}/lib/linux-nvu/libgtkembedmoz.so:${PORTSDIR}/www/linux-nvu \ |