diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-21 15:49:50 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-21 15:49:50 +0000 |
commit | 17af4d2a1ec9dae78546b90e5d82ae84a072efff (patch) | |
tree | 14c85127af3e47f32dd99b4aec3e5f2c106273f0 /print/acroread8 | |
parent | 42fc23de7500e463057fa9bf5ffa50f52b86aee4 (diff) |
Notes
Diffstat (limited to 'print/acroread8')
-rw-r--r-- | print/acroread8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/acroread8/Makefile b/print/acroread8/Makefile index 43f3fbfdb7a9..97df327c5a7e 100644 --- a/print/acroread8/Makefile +++ b/print/acroread8/Makefile @@ -7,6 +7,7 @@ PORTNAME= acroread8 PORTVERSION= 8.1.3 +PORTREVISION= 1 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}/ @@ -20,7 +21,7 @@ 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 \ - ${LINUXBASE}/usr/lib/gtk-2.0/immodules/im-scim.so:${PORTSDIR}/textproc/linux-scim-libs + ${LINUXBASE}/usr/lib/gtk-2.0/immodules/im-scim.so:${PORTSDIR}/textproc/linux-scim-gtk RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html ONLY_FOR_ARCHS= amd64 i386 |