diff options
author | reed <reed> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-01-03 18:49:33 +0000 |
commit | a06f12bdce16b588525a769c9f6a99518e6aaef5 (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /misc/koffice | |
parent | 3ab1e667ba104f163d1528c390c82f6594e320cc (diff) | |
download | pkgsrc-a06f12bdce16b588525a769c9f6a99518e6aaef5.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 4 | ||||
-rw-r--r-- | misc/koffice/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index d547f66d536..7ef43f5f3ac 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2003/12/08 14:41:40 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/03 18:49:47 reed Exp $ DISTNAME= koffice-1.2.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc kde MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.2.1/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.2.1/src/ \ diff --git a/misc/koffice/buildlink2.mk b/misc/koffice/buildlink2.mk index f6fd7ea6b81..9bd353b9a6c 100644 --- a/misc/koffice/buildlink2.mk +++ b/misc/koffice/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.10 2003/12/08 14:41:40 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.11 2004/01/03 18:49:47 reed Exp $ # # This Makefile fragment is included by packages that use koffice. # @@ -9,7 +9,7 @@ KOFFICE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= koffice -BUILDLINK_DEPENDS.koffice?= koffice>=1.2.1nb6 +BUILDLINK_DEPENDS.koffice?= koffice>=1.2.1nb7 BUILDLINK_PKGSRCDIR.koffice?= ../../misc/koffice EVAL_PREFIX+= BUILDLINK_PREFIX.koffice=koffice |