aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind911
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-04-17 16:26:49 +0800
committermat <mat@FreeBSD.org>2018-04-17 16:26:49 +0800
commite8ecef89b0621699efe9945c3f746a9d08083bc5 (patch)
treebe20bc5f33c936c7e546d1fe56b2b261b1fd9b13 /dns/bind911
parent6c622745983f1e1ea72a1da891d770f1a82ea338 (diff)
downloadfreebsd-ports-gnome-e8ecef89b0621699efe9945c3f746a9d08083bc5.tar.gz
freebsd-ports-gnome-e8ecef89b0621699efe9945c3f746a9d08083bc5.tar.zst
freebsd-ports-gnome-e8ecef89b0621699efe9945c3f746a9d08083bc5.zip
Fix build when LOCALBASE!=/usr/local.
PR: 227554 Submitted by: John Hein Sponsored by: Absolight
Diffstat (limited to 'dns/bind911')
-rw-r--r--dns/bind911/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index 181b75a06b2b..5308b8468697 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -156,12 +156,12 @@ IDN_USES= iconv
IPV6_CONFIGURE_ENABLE= ipv6
-JSON_CONFIGURE_WITH= libjson
+JSON_CONFIGURE_WITH= libjson=${LOCALBASE}
JSON_LIB_DEPENDS= libjson-c.so:devel/json-c
LARGE_FILE_CONFIGURE_ENABLE= largefile
-LMDB_CONFIGURE_WITH= lmdb
+LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE}
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl