diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-18 04:05:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-18 04:05:05 +0000 |
commit | 55544fc2be6293cc3e0316e40af48ca44fc4e529 (patch) | |
tree | 29e8cfc0914a759313cdb1eab3bedf0c36297450 /devel/subversion16 | |
parent | 05bd43c1e696d2012387a78d35d19a8d44882cd1 (diff) | |
download | ports-55544fc2be6293cc3e0316e40af48ca44fc4e529.tar.gz ports-55544fc2be6293cc3e0316e40af48ca44fc4e529.zip |
Notes
Diffstat (limited to 'devel/subversion16')
-rw-r--r-- | devel/subversion16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index 1962835e4c26..45714910cac8 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/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) |