aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-18 04:05:05 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-18 04:05:05 +0000
commit55544fc2be6293cc3e0316e40af48ca44fc4e529 (patch)
tree29e8cfc0914a759313cdb1eab3bedf0c36297450 /devel/subversion
parent05bd43c1e696d2012387a78d35d19a8d44882cd1 (diff)
downloadports-55544fc2be6293cc3e0316e40af48ca44fc4e529.tar.gz
ports-55544fc2be6293cc3e0316e40af48ca44fc4e529.zip
- Convert ports/ to devel/apr1
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
Notes
Notes: svn path=/head/; revision=254522
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 1962835e4c26..45714910cac8 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -108,11 +108,11 @@ pre-everything::
.endif
@${ECHO_MSG} ""
.if defined(WITH_APACHE2_APR)
- @${ECHO_MSG} "Using APR from ${APACHE_PORT}. If you have the devel/apr"
+ @${ECHO_MSG} "Using APR from ${APACHE_PORT}. If you have the devel/apr1"
@${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 ${APACHE_PORT} port, rather than the devel/apr port."
+ @${ECHO_MSG} "the ${APACHE_PORT} port, rather than the devel/apr1 port."
.endif
@${ECHO_MSG} ""
.if defined(WITH_MOD_DONTDOTHAT) && defined(WITH_MOD_DAV_SVN)