summaryrefslogtreecommitdiff
path: root/devel/p5-Exception-Class
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2003-10-11 04:10:16 +0000
committerkim <kim@pkgsrc.org>2003-10-11 04:10:16 +0000
commit0e38524d37f08b8d923ed36db602e840a3e9ecde (patch)
tree62b1bde78d98fbd755d230802f43ea95c65aec90 /devel/p5-Exception-Class
parent18d2820785475add356f3a9b37d2fe8e99fbf808 (diff)
downloadpkgsrc-0e38524d37f08b8d923ed36db602e840a3e9ecde.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/Makefile3
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"