diff options
author | pav <pav@FreeBSD.org> | 2004-10-16 05:41:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-16 05:41:09 +0800 |
commit | b60a472338f39f9132aa65d3b922d3e8cb312b1b (patch) | |
tree | f59fb7611dc992a696f4357dd5971d918748e480 /devel | |
parent | dbfd5e299c20e75abb7d82a9f2ff8e5e923cf948 (diff) | |
download | freebsd-ports-gnome-b60a472338f39f9132aa65d3b922d3e8cb312b1b.tar.gz freebsd-ports-gnome-b60a472338f39f9132aa65d3b922d3e8cb312b1b.tar.zst freebsd-ports-gnome-b60a472338f39f9132aa65d3b922d3e8cb312b1b.zip |
- Chase apr shlib bump
Pointy hat: kuryiama
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion-freebsd/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion/Makefile | 2 | ||||
-rw-r--r-- | devel/subversion16/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index 16fb8280792e..a751eb2b93dc 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/Makefile @@ -111,7 +111,7 @@ APR_APU_DIR= ${LOCALBASE}/lib/apache2 APR_PORT= www/apache2 OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) .else -LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr-svn +LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn CONFIGURE_ARGS+=--with-apr=${LOCALBASE} \ --with-apr-util=${LOCALBASE} APR_APU_DIR= ${LOCALBASE}/bin diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index 16fb8280792e..a751eb2b93dc 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -111,7 +111,7 @@ APR_APU_DIR= ${LOCALBASE}/lib/apache2 APR_PORT= www/apache2 OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) .else -LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr-svn +LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn CONFIGURE_ARGS+=--with-apr=${LOCALBASE} \ --with-apr-util=${LOCALBASE} APR_APU_DIR= ${LOCALBASE}/bin diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 16fb8280792e..a751eb2b93dc 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -111,7 +111,7 @@ APR_APU_DIR= ${LOCALBASE}/lib/apache2 APR_PORT= www/apache2 OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) .else -LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr-svn +LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn CONFIGURE_ARGS+=--with-apr=${LOCALBASE} \ --with-apr-util=${LOCALBASE} APR_APU_DIR= ${LOCALBASE}/bin diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index 16fb8280792e..a751eb2b93dc 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -111,7 +111,7 @@ APR_APU_DIR= ${LOCALBASE}/lib/apache2 APR_PORT= www/apache2 OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42) .else -LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr-svn +LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn CONFIGURE_ARGS+=--with-apr=${LOCALBASE} \ --with-apr-util=${LOCALBASE} APR_APU_DIR= ${LOCALBASE}/bin |