diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
commit | dd82c3374a510a82280213f437ea3bd18955650b (patch) | |
tree | e32380c322653638bde9cefabdacf4fe1f2f5987 /math/p5-Math-Bezier | |
parent | 925ada68c81619eaf4e37a26da479ef5d3414a89 (diff) | |
download | pkgsrc-dd82c3374a510a82280213f437ea3bd18955650b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/p5-Math-Bezier')
-rw-r--r-- | math/p5-Math-Bezier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Bezier/Makefile b/math/p5-Math-Bezier/Makefile index b7d3e78c00e..38c9a513efb 100644 --- a/math/p5-Math-Bezier/Makefile +++ b/math/p5-Math-Bezier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:47:54 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/27 21:26:08 snj Exp $ DISTNAME= Math-Bezier-0.01 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for the solution of Bezier curves -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Bezier/.packlist .include "../../lang/perl5/module.mk" |