diff options
author | hrs <hrs@FreeBSD.org> | 2010-08-08 12:16:02 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2010-08-08 12:16:02 +0800 |
commit | c36fbb0d42e0e93ae1f482833efda03097c83091 (patch) | |
tree | 9fb9440341fd203521e7f3eded5acc75e1ec1aff /print/acroread9 | |
parent | e93c8e45a53407ceaa7757a2aec838c07d2ab139 (diff) | |
download | freebsd-ports-gnome-c36fbb0d42e0e93ae1f482833efda03097c83091.tar.gz freebsd-ports-gnome-c36fbb0d42e0e93ae1f482833efda03097c83091.tar.zst freebsd-ports-gnome-c36fbb0d42e0e93ae1f482833efda03097c83091.zip |
Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.
Diffstat (limited to 'print/acroread9')
-rw-r--r-- | print/acroread9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/acroread9/Makefile b/print/acroread9/Makefile index 770b3d541143..ccfeb4ed3208 100644 --- a/print/acroread9/Makefile +++ b/print/acroread9/Makefile @@ -7,6 +7,7 @@ PORTNAME= acroread9 PORTVERSION= 9.3.2 +PORTREVISION_ 1 CATEGORIES?= print linux MASTER_SITES?= http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ \ ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PORTVERSION}/${ADOBE_LANG:L}/ @@ -16,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.20090328:${PORTSDIR}/print/acroreadwrapper +RUN_DEPENDS= acroreadwrapper>=0.0.20100806:${PORTSDIR}/print/acroreadwrapper RESTRICTED= Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html ONLY_FOR_ARCHS= amd64 i386 |