diff options
Diffstat (limited to 'print/acroread7/Makefile')
-rw-r--r-- | print/acroread7/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 952027bf892..4ddaeb814e6 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2006/10/14 08:14:24 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/01/11 11:52:17 obache Exp $ DISTNAME= acroread7 # Overridden below -PKGNAME= acroread7-7.0.8 -PKGREVISION= 1 +PKGNAME= acroread7-7.0.9 CATEGORIES= print -MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.8/enu/ +MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/products/acrobat/readstep2.html @@ -39,11 +38,11 @@ DEPENDS+= suse_gtk2>=10.0:../../emulators/${SUSE_DIR_PREFIX}_gtk2 DEPENDS+= suse_libcups>=10.0:../../emulators/${SUSE_DIR_PREFIX}_libcups DEPENDS+= suse_locale>=10.0:../../emulators/${SUSE_DIR_PREFIX}_locale DEPENDS+= suse_compat>=10.0:../../emulators/${SUSE_DIR_PREFIX}_compat -DISTNAME= AdobeReader_enu-7.0.8-1.i386 +DISTNAME= AdobeReader_enu-7.0.9-1.i386 PLATFORM= intellinux .endif .elif ${OPSYS} == "Linux" -DISTNAME= AdobeReader_enu-7.0.8-1.i386 +DISTNAME= AdobeReader_enu-7.0.9-1.i386 PLATFORM= intellinux .endif |