diff options
author | snj <snj@pkgsrc.org> | 2004-05-09 00:45:45 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-09 00:45:45 +0000 |
commit | 39d10b60d2aab5fdf008b439899713fff408620e (patch) | |
tree | 7311dda1da014dfb161cd9524b461911248fd470 /graphics/p5-GDTextUtil | |
parent | 460124529c5a85468bca020cd0456cbb0548ec54 (diff) | |
download | pkgsrc-39d10b60d2aab5fdf008b439899713fff408620e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/p5-GDTextUtil')
-rw-r--r-- | graphics/p5-GDTextUtil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile index 3300e0f0a8a..282171d99a5 100644 --- a/graphics/p5-GDTextUtil/Makefile +++ b/graphics/p5-GDTextUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/27 20:49:02 seb Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/09 00:45:45 snj Exp $ # DISTNAME= GDTextUtil-0.80 @@ -14,7 +14,7 @@ COMMENT= Perl 5 text utilities for use with the GD drawing package DEPENDS+= p5-GD>=1.30:../../graphics/p5-GD -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/Text/.packlist .include "../../lang/perl5/module.mk" |