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 | |
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')
-rw-r--r-- | devel/log4cxx/Makefile | 2 | ||||
-rw-r--r-- | devel/rsvndump/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion/Makefile | 4 | ||||
-rw-r--r-- | devel/subversion16/Makefile | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index dbb9229c3f5..9905a0ba6b6 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -14,7 +14,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= tcovert@sahuagin.net COMMENT= Log4cxx is a port to C++ of the Log4j project -BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr +BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1 .if !defined(NOPORTDOCS) && defined(WITH_DOXYGEN) BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile index 5090a619ccb..4f16f8966c1 100644 --- a/devel/rsvndump/Makefile +++ b/devel/rsvndump/Makefile @@ -37,7 +37,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto .if !exists(${APR_APU_DIR}/${APR_CONFIG}) -BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr +BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr1 .endif BUILD_DEPENDS+= subversion>=0:${PORTSDIR}/devel/subversion diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 1962835e4c2..45714910cac 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) 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) |