diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
commit | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/p5-GD/Makefile | |
parent | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (diff) | |
download | pkgsrc-a2a4d06c6fe93107eedfcc3d009672fe424ac7ef.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 7793f08e4db..af6c02dceb9 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/11/29 00:57:03 david Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 15:22:28 wiz Exp $ # DISTNAME= GD-1.32 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html +COMMENT= Perl5 interface to gd graphics library DEPENDS+= gd>=1.8.3:../../graphics/gd |