diff options
author | snj <snj@pkgsrc.org> | 2004-05-01 16:52:23 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-01 16:52:23 +0000 |
commit | 5aac52bf075512787e4a85d29a8233fb0bdb1d54 (patch) | |
tree | bc587331058afbf516071f245be28055cdfcf9bd /fonts/p5-Font-TTF | |
parent | 3d4cccd65b0717fc4904f86731d7a7d2c68bb3a1 (diff) | |
download | pkgsrc-5aac52bf075512787e4a85d29a8233fb0bdb1d54.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'fonts/p5-Font-TTF')
-rw-r--r-- | fonts/p5-Font-TTF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/p5-Font-TTF/Makefile b/fonts/p5-Font-TTF/Makefile index 3fd8d02d679..1af80b19209 100644 --- a/fonts/p5-Font-TTF/Makefile +++ b/fonts/p5-Font-TTF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:37:34 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/01 16:52:23 snj Exp $ # DISTNAME= Font-TTF-0.34 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for TrueType font hacking -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Font/TTF/.packlist .include "../../lang/perl5/module.mk" |