aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-01-18 19:43:53 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-01-18 19:43:53 +0000
commit4877c5ead2c29e59bebd51393e3d6eb48e50053f (patch)
treedbc59039152edc3c6742b6e0097aac3d67fcf31d /devel/subversion
parent13bfa6f906b0ac3b2ff0015a053d60e350e3f852 (diff)
downloadports-4877c5ead2c29e59bebd51393e3d6eb48e50053f.tar.gz
ports-4877c5ead2c29e59bebd51393e3d6eb48e50053f.zip
Notes
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index e0547b767c83..a3ffc221eed5 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -91,15 +91,9 @@ OPT_NAME= WITH_BERKELEYDB=(db4|db41|db42)
APR_APU_DIR= ${LOCALBASE}/bin
APR_CONFIG= apr-1-config
APU_CONFIG= apu-1-config
-.if !defined(WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr-svn
-APR_PORT= devel/apr-svn
-OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes
-.else
LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr
APR_PORT= devel/apr
.endif
-.endif
CONFIGURE_ARGS+=--with-apr=${APR_APU_DIR}/${APR_CONFIG} \
--with-apr-util=${APR_APU_DIR}/${APU_CONFIG}