diff options
author | wiz <wiz> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-10 16:06:32 +0000 |
commit | 05619d51fd47cef98f3fd8aefe0ea9c96e27f390 (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /print | |
parent | 54a6ae9b3313df278940916d0b16c7b8aaa0f8a3 (diff) | |
download | pkgsrc-05619d51fd47cef98f3fd8aefe0ea9c96e27f390.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index d6b7deee684..120bad203b5 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2002/07/17 12:27:05 rh Exp $ +# $NetBSD: Makefile,v 1.29 2002/09/10 16:06:48 wiz Exp $ # DISTNAME= ggv-1.0.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/} diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index ecaafdd518d..8ee565c7ad0 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/12 17:15:54 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:48 wiz Exp $ # DISTNAME= libgnomeprint-1.115.0 +PKGREVISION= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/libgnomeprint/} |