diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-24 06:09:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-24 06:09:44 +0000 |
commit | d8262452c14f86eb605960e66b2404950c6071f3 (patch) | |
tree | 8a7e4f003654ca20961f63344f21c9a974843e5e /math/guppi | |
parent | 6d6bf8d2bdaa65b6a89c69f468f1069f11f041b5 (diff) | |
download | pkgsrc-d8262452c14f86eb605960e66b2404950c6071f3.tar.gz |
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
Diffstat (limited to 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 4 | ||||
-rw-r--r-- | math/guppi/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 2766995425a..132ba8e405d 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2002/12/01 15:56:56 salo Exp $ +# $NetBSD: Makefile,v 1.23 2002/12/24 06:10:12 wiz Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/Guppi/0.40/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/guppi/buildlink2.mk b/math/guppi/buildlink2.mk index 2335b95e13f..f0759a99aa5 100644 --- a/math/guppi/buildlink2.mk +++ b/math/guppi/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.1 2002/09/24 10:24:59 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:10:12 wiz Exp $ .if !defined(GUPPI_BUILDLINK2_MK) GUPPI_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= guppi -BUILDLINK_DEPENDS.guppi?= guppi>=0.40.3nb1 +BUILDLINK_DEPENDS.guppi?= guppi>=0.40.3nb2 BUILDLINK_PKGSRCDIR.guppi?= ../../math/guppi EVAL_PREFIX+= BUILDLINK_PREFIX.guppi=guppi |