diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-10 19:53:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-10 19:53:13 +0000 |
commit | b277d12deb4ca0ed29b6ca242a86574df12ba924 (patch) | |
tree | 1f9a7ab435e5e667f5118c739d98f5e032e37bd4 /www | |
parent | 83c1e8a09914d35141d9921e98bc47085cb29dfc (diff) | |
download | pkgsrc-b277d12deb4ca0ed29b6ca242a86574df12ba924.tar.gz |
Fix a check-interpreter error.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index d668c9eeb49..d25881f8f77 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/02 18:28:00 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/10 19:53:13 minskim Exp $ # DISTNAME= Apache-ASP-2.21 @@ -24,6 +24,8 @@ DEPENDS+= p5-Time-HiRes>=01.20:../../time/p5-Time-HiRes DEPENDS+= p5-XML-XSLT>=0.32:../../textproc/p5-XML-XSLT DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww +REPLACE_PERL+= ASP.pm + PERL5_PACKLIST= auto/Apache/ASP/.packlist .include "../../lang/perl5/module.mk" |