diff options
author | wiz <wiz> | 2003-06-24 08:20:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-24 08:20:59 +0000 |
commit | 59fb89760543fbfe68e35246488649dd86f0cf99 (patch) | |
tree | 8601e13d2fc997c29d84752ff32697c395ebb7b0 /graphics | |
parent | 764c43fa6983c2b56dfd984aa0b31b72ae02184a (diff) | |
download | pkgsrc-59fb89760543fbfe68e35246488649dd86f0cf99.tar.gz |
Bump PKGREVISION, since previous version compiled but was unusable.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdchart/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdchart/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 2ceb08dedda..6e3fe947802 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/06/23 15:56:10 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/06/24 08:20:59 wiz Exp $ # DISTNAME= gdchart0.11.4dev PKGNAME= gdchart-0.11.4 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ diff --git a/graphics/gdchart/buildlink2.mk b/graphics/gdchart/buildlink2.mk index 90912cc8759..4d608689b98 100644 --- a/graphics/gdchart/buildlink2.mk +++ b/graphics/gdchart/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.5 2003/06/23 10:19:32 adam Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2003/06/24 08:20:59 wiz Exp $ # .if !defined(GDCHART_BUILDLINK2_MK) GDCHART_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gdchart -BUILDLINK_DEPENDS.gdchart?= gdchart>=0.11.4 +BUILDLINK_DEPENDS.gdchart?= gdchart>=0.11.4nb1 BUILDLINK_PKGSRCDIR.gdchart?= ../../graphics/gdchart EVAL_PREFIX+= BUILDLINK_PREFIX.gdchart=gdchart |