diff options
author | hrs <hrs@FreeBSD.org> | 2008-11-21 23:49:50 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-11-21 23:49:50 +0800 |
commit | 9e11c45a0466b84faf4c6a15a7235da88a22ffbf (patch) | |
tree | ce4eb77106c60b06ca235d7e71a2e05300fd700e /print/acroread8 | |
parent | 4745adf489bcb88ee8d13035f58fd0633a180026 (diff) | |
download | freebsd-ports-gnome-9e11c45a0466b84faf4c6a15a7235da88a22ffbf.tar.gz freebsd-ports-gnome-9e11c45a0466b84faf4c6a15a7235da88a22ffbf.tar.zst freebsd-ports-gnome-9e11c45a0466b84faf4c6a15a7235da88a22ffbf.zip |
Update dependency due to addition of textproc/linux-scim-gtk.
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 |