diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /net | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Apache2-SOAP/Makefile | 4 | ||||
-rw-r--r-- | net/prosearch/Makefile | 4 |
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) |