diff options
author | mat <mat@FreeBSD.org> | 2018-04-17 16:26:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-04-17 16:26:49 +0800 |
commit | e8ecef89b0621699efe9945c3f746a9d08083bc5 (patch) | |
tree | be20bc5f33c936c7e546d1fe56b2b261b1fd9b13 /dns/bind911 | |
parent | 6c622745983f1e1ea72a1da891d770f1a82ea338 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |