diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 12:05:05 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 12:05:05 +0800 |
commit | 478fd80efcbb0b481164e3b52d18e33a14fb6fa0 (patch) | |
tree | 50dd7b1ebdbd186eceedd79a2001a7722a5c1f81 /devel/subversion16/Makefile | |
parent | 08fef6ad8f443edde1236029535c88b9c0bb9f55 (diff) | |
download | freebsd-ports-graphics-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.tar.gz freebsd-ports-graphics-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.tar.zst freebsd-ports-graphics-478fd80efcbb0b481164e3b52d18e33a14fb6fa0.zip |
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
Diffstat (limited to 'devel/subversion16/Makefile')
-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 1962835e4c2..45714910cac 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) |