diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-06 21:05:24 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-06 21:05:24 +0000 |
commit | be488ae997b56dd2478f0dee7763e6a12d4f46d9 (patch) | |
tree | c6149fb97a5dca59254923b08ea8ff8b01f4559c | |
parent | 14426229207b52b6276b6aa49ef8a8a657f12f8e (diff) | |
download | ports-be488ae997b56dd2478f0dee7763e6a12d4f46d9.tar.gz ports-be488ae997b56dd2478f0dee7763e6a12d4f46d9.zip |
Notes
-rw-r--r-- | security/maia/Makefile | 2 | ||||
-rw-r--r-- | www/rt40/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index 152179609846..812189e4aead 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -94,7 +94,7 @@ USE_RC_SUBR+= maiad # setting USE_ variables. C'est la vie. .if defined(WITH_APACHE) -USE_APACHE= 2.0+ +USE_APACHE= 20+ .endif .if defined(WITH_WEBHOST) diff --git a/www/rt40/Makefile b/www/rt40/Makefile index 05db1d7c404a..993cfabad611 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -76,7 +76,7 @@ USE_AUTOTOOLS= autoconf .include <bsd.port.pre.mk> .if defined(WITH_AP_MODPERL) || defined(WITH_AP_MODFASTCGI) -USE_APACHE= 1.3+ +USE_APACHE= 13+ .endif .if defined(WITH_AP_MODPERL) |