diff options
Diffstat (limited to 'graphics/p5-GDGraph/Makefile')
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index 15b90d529fc..25844b2b9c0 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2007/02/22 19:26:34 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2007/05/19 14:07:30 heinz Exp $ # -DISTNAME= GDGraph-1.43 +DISTNAME= GDGraph-1.44 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5gdg CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} @@ -12,7 +11,10 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/GDGraph/GD/Graph.html COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm -DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD +DEPENDS+= p5-GDTextUtil>=0.80:../../graphics/p5-GDTextUtil USE_LANGUAGES= # empty PERL5_PACKLIST= auto/GD/Graph/.packlist |