From 8e6ecba4d16ddb8c6e68608e737e36eb80758348 Mon Sep 17 00:00:00 2001 From: clement Date: Sun, 4 Dec 2005 00:18:15 +0000 Subject: - prepare removal of www/apache2 in favor of www/apache20 for naming consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus --- devel/subversion-freebsd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/subversion-freebsd/Makefile') diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 3cc9a3f6ef75..0b36113d24bb 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -155,7 +155,7 @@ SVNGROUP?= svn .endif .if defined(WITH_APACHE2_APR) -APACHE2_PORT?= www/apache2 +APACHE2_PORT?= www/apache20 BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE2_PORT} .if ${APACHE2_PORT} == "www/apache21" @@ -263,11 +263,11 @@ pre-extract: .endif @${ECHO_MSG} "" .if defined(WITH_APACHE2_APR) - @${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr" + @${ECHO_MSG} "Using APR from www/apache20. If you have the devel/apr" @${ECHO_MSG} "port/package installed, you may need to remove it." .else @${ECHO_MSG} "You can link subversion against the APR built with" - @${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port," + @${ECHO_MSG} "the www/apache20 port, rather than the devel/apr port," @${ECHO_MSG} "by defining WITH_APACHE2_APR." .endif @${ECHO_MSG} "" -- cgit