diff options
author | morr <morr@pkgsrc.org> | 2014-01-15 15:12:56 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2014-01-15 15:12:56 +0000 |
commit | ddbc148556ae50dd203be2fb3dbea501373fa2b6 (patch) | |
tree | 8a5b8da8c88ba37ff3a9e3f5256d59779466efc1 /www | |
parent | a5d1729fe8a8de04c654bf320e162a732a9decd4 (diff) | |
download | pkgsrc-ddbc148556ae50dd203be2fb3dbea501373fa2b6.tar.gz |
Unbreak build of perl module
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-AnyEvent-SCGI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-AnyEvent-SCGI/Makefile b/www/p5-AnyEvent-SCGI/Makefile index a4dcbe8fd45..d3a4be781f2 100644 --- a/www/p5-AnyEvent-SCGI/Makefile +++ b/www/p5-AnyEvent-SCGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/01/15 15:12:56 morr Exp $ DISTNAME= AnyEvent-SCGI-1.1 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/AnyEvent/SCGI/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled +MAKE_ENV+= PERL5_CPANPLUS_IS_RUNNING=1 DEPENDS+= p5-AnyEvent>=5.2:../../devel/p5-AnyEvent # Recommended |