diff options
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 7e60027920b..6cd385f19ac 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 19:00:01 he Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/11 04:10:16 kim Exp $ DISTNAME= Exception-Class-1.14 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist .include "../../lang/perl5/module.mk" |