summaryrefslogtreecommitdiff
path: root/devel/apr0
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2004-05-28 23:07:50 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2004-05-28 23:07:50 +0000
commit12bdd625a9136af4ef3ad2a8555f996774a5b505 (patch)
treef8b919f0377e6f8de7e5867eb6a53546400106cb /devel/apr0
parentfix build on 4.x without libgnugetopt (diff)
Specify location of Berkeley DB, if LOCALBASE is not /usr/local.
Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=110249
Diffstat (limited to 'devel/apr0')
-rw-r--r--devel/apr0/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile
index d6dbcdc3f663..568b308a26a2 100644
--- a/devel/apr0/Makefile
+++ b/devel/apr0/Makefile
@@ -70,6 +70,7 @@ PKGNAMESUFFIX= -gdbm
APR_UTIL_CONF_ARGS+= --without-berkeley-db
.elif defined(APR_UTIL_WITH_BERKELEY_DB) || exists(${LOCALBASE}/lib/libdb4.so.0)
LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4
+APR_UTIL_CONF_ARGS+= --with-berkeley-db=${PREFIX}
.if defined(PKGNAMESUFFIX)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-db4
.else