diff options
author | markd <markd@pkgsrc.org> | 2006-06-11 13:38:42 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-06-11 13:38:42 +0000 |
commit | f0ccdc8fb93021c5e9b0801ee0f2f4cb0fe09361 (patch) | |
tree | 0ba2a47b98963517291d62b272429b1e1d663b01 /print | |
parent | 58b83a32ecd2325a8e8ac59fee30353a80b8f8f5 (diff) | |
download | pkgsrc-f0ccdc8fb93021c5e9b0801ee0f2f4cb0fe09361.tar.gz |
Add dependency on suse100_libcups to stop crash when you try to print.
Fixes PR pkg/33678. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread7/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index da29ca85e4d..5d53fb2dceb 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:04 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/11 13:38:42 markd Exp $ DISTNAME= acroread7 # Overridden below PKGNAME= acroread7-7.0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/enu/ @@ -36,6 +36,7 @@ PLATFORM= unknown .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" . if (${MACHINE_ARCH} == "i386") 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.5-1.i386 |