diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | 915c0d730df55e4ddf04b9d9e07f7603057636e4 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /time/p5-DateTime | |
parent | 7453f22416c9b37d26567190d2eaf0f2af6b40fd (diff) | |
download | pkgsrc-915c0d730df55e4ddf04b9d9e07f7603057636e4.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'time/p5-DateTime')
-rw-r--r-- | time/p5-DateTime/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 676615479c5..58477c9ac0b 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/26 01:57:28 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:44 tv Exp $ DISTNAME= DateTime-0.27 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,6 @@ DEPENDS+= p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple -USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/.packlist .include "../../lang/perl5/module.mk" |