summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Reload
diff options
context:
space:
mode:
authordholland <dholland>2010-07-12 00:01:10 +0000
committerdholland <dholland>2010-07-12 00:01:10 +0000
commit42bd71cbe7c587c3fb556ede1ee7109e7398f9fd (patch)
treeca87b2729912c9cc04035c492370799b94514f38 /www/p5-Apache-Reload
parent5b76b985a053b91b43a252ac749ac6014e375670 (diff)
downloadpkgsrc-42bd71cbe7c587c3fb556ede1ee7109e7398f9fd.tar.gz
Fix broken build: needs to include ap-perl or ap2-perl's bl3.
Diffstat (limited to 'www/p5-Apache-Reload')
-rw-r--r--www/p5-Apache-Reload/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile
index a560601a1b8..76fad3fc235 100644
--- a/www/p5-Apache-Reload/Makefile
+++ b/www/p5-Apache-Reload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/10/19 19:19:02 he Exp $
+# $NetBSD: Makefile,v 1.9 2010/07/12 00:01:10 dholland Exp $
#
DISTNAME= Apache-Reload-0.10
@@ -23,5 +23,11 @@ PERL5_PACKLIST= auto/Apache/Reload/.packlist
PERL5_PACKLIST= auto/Apache2/Reload/.packlist
.endif
+.if (${PKG_APACHE} == "apache13")
+.include "../../www/ap-perl/buildlink3.mk"
+.else
+.include "../../www/ap2-perl/buildlink3.mk"
+.endif
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"