summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-23 19:12:43 +0000
committerwiz <wiz>2005-02-23 19:12:43 +0000
commit7b850584d63c0e5dbe9b78b8a7ac428b95288e7a (patch)
treeb27ba7198b6a1aee57b34f498392693f42ea629f
parent8d1df5ebec01007e35ff52a04ebc5b2d96b4bd0c (diff)
downloadpkgsrc-7b850584d63c0e5dbe9b78b8a7ac428b95288e7a.tar.gz
Set PERL5_USES_MODULE_BUILD to make this build after p5-Module-Build update.
-rw-r--r--www/p5-MasonX-Request-WithApacheSession/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile
index 1890c4bb2ac..7afa5b040d3 100644
--- a/www/p5-MasonX-Request-WithApacheSession/Makefile
+++ b/www/p5-MasonX-Request-WithApacheSession/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:14 grant Exp $
+# $NetBSD: Makefile,v 1.5 2005/02/23 19:12:43 wiz Exp $
DISTNAME= MasonX-Request-WithApacheSession-0.30
PKGNAME= p5-${DISTNAME}
@@ -13,12 +13,12 @@ COMMENT= Perl5 module adding a session to the Mason Request obj
DEPENDS+= p5-Apache-Session-Wrapper>=0.13:../../www/p5-Apache-Session-Wrapper
DEPENDS+= p5-HTML-Mason>=1.16:../../www/p5-HTML-Mason
-BUILD_DEPENDS+= p5-Module-Build>=0.20:../../devel/p5-Module-Build
USE_BUILDLINK3= YES
PLIST_SUBST+= INSTALLSITELIB=${PERL5_INSTALLSITELIB:S^${LOCALBASE}/^^}
PLIST_SUBST+= INSTALLSITEMAN3DIR=${PERL5_INSTALLSITEMAN3DIR:S^${LOCALBASE}/^^}
+PERL5_USES_MODULE_BUILD= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"