diff options
author | kim <kim@pkgsrc.org> | 2003-10-11 04:10:16 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-10-11 04:10:16 +0000 |
commit | fe0c5d18459301fc7078871f712f1851387edc54 (patch) | |
tree | 62b1bde78d98fbd755d230802f43ea95c65aec90 /devel/p5-Exception-Class | |
parent | 7b2cba01a485eca8309c58ca79dc6f47a6f87029 (diff) | |
download | pkgsrc-fe0c5d18459301fc7078871f712f1851387edc54.tar.gz |
Set USE_BUILDLINK2=YES so that ${PERL5_SITEARCH} will be set (for packlist).
Diffstat (limited to 'devel/p5-Exception-Class')
-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" |