diff options
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index d5474ec5a55..121cf9d5fa0 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/01 03:32:56 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/03/21 17:08:19 he Exp $ # DISTNAME= GD-1.22 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html -DEPENDS+= gd-1.7.3:../../graphics/gd +DEPENDS+= gd>=1.7.3:../../graphics/gd USE_PERL5= yes |