From d556b7fc223f0d881ea168a584545ca3278e9756 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sat, 20 Aug 2011 17:24:40 +0000 Subject: - change default mod_perl version, else the port will not build (conflicting dependencies) --- www/p5-Maypole/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile index d33b3ea1c5e1..957cb23ea75b 100644 --- a/www/p5-Maypole/Makefile +++ b/www/p5-Maypole/Makefile @@ -6,7 +6,7 @@ PORTNAME= Maypole PORTVERSION= 2.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TEEJAY @@ -42,8 +42,8 @@ PORTSCOUT= skipv:2.121 MAKE_JOBS_SAFE= yes -OPTIONS= MODPERL "mod_perl support" on \ - MODPERL2 "mod_perl2 support" off +OPTIONS= MODPERL "mod_perl support" off \ + MODPERL2 "mod_perl2 support" on PERL_CONFIGURE= yes .include -- cgit