summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
commit7a0bd317631d50743f0a374e87553b67823ce01b (patch)
treea6a20687ac7deead25a53b4c03118c3a00060775 /net
parent- change default mod_perl version, else the port will not build (diff)
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes: svn path=/head/; revision=280086
Diffstat (limited to 'net')
-rw-r--r--net/p5-Apache2-SOAP/Makefile4
-rw-r--r--net/prosearch/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Apache2-SOAP/Makefile b/net/p5-Apache2-SOAP/Makefile
index 8ba81ee62096..6431278bf293 100644
--- a/net/p5-Apache2-SOAP/Makefile
+++ b/net/p5-Apache2-SOAP/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Apache2-SOAP
PORTVERSION= 0.73
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
-USE_APACHE= 2.0+
+USE_APACHE= 20+
MAN3= Apache2::SOAP.3
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile
index d83ecbe002a0..37e915fa7cb3 100644
--- a/net/prosearch/Makefile
+++ b/net/prosearch/Makefile
@@ -67,11 +67,11 @@ RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync
.endif
.if defined(WITH_APACH22)
-USE_APACHE= 2.2+
+USE_APACHE= 22+
.endif
.if defined(WITH_APACH20)
-USE_APACHE= 2.0+
+USE_APACHE= 20+
.endif
.if defined(WITH_NGINX)