diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
commit | 05684b80dd9f4d8c5476c1d6e62071a324b34c20 (patch) | |
tree | 01d8d1db8758fd8bcaa69e038bc69e689bcabfa4 /devel/subversion-freebsd | |
parent | fa7483a9eea716cfdfbe1daade35d20b8893880e (diff) | |
download | ports-05684b80dd9f4d8c5476c1d6e62071a324b34c20.tar.gz ports-05684b80dd9f4d8c5476c1d6e62071a324b34c20.zip |
Notes
Diffstat (limited to 'devel/subversion-freebsd')
-rw-r--r-- | devel/subversion-freebsd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} "" |