aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-08-21 01:24:40 +0800
committerohauer <ohauer@FreeBSD.org>2011-08-21 01:24:40 +0800
commitd556b7fc223f0d881ea168a584545ca3278e9756 (patch)
treea19775ab79c1dcd05066c7c0e9a67d2c380a4ce5 /www
parent650997d9e25893c6817ca322c4e4d9e281bfe6d9 (diff)
downloadfreebsd-ports-gnome-d556b7fc223f0d881ea168a584545ca3278e9756.tar.gz
freebsd-ports-gnome-d556b7fc223f0d881ea168a584545ca3278e9756.tar.zst
freebsd-ports-gnome-d556b7fc223f0d881ea168a584545ca3278e9756.zip
- change default mod_perl version, else the port will not build
(conflicting dependencies)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Maypole/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.options.mk>