aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-07 08:23:31 +0800
committermat <mat@FreeBSD.org>2014-01-07 08:23:31 +0800
commit9802a17315d9d9befec898dfa7e3cd660f74bfa7 (patch)
tree9856403bdc63601db991dbe4aba414d309655b43 /dns
parent265b574f1ddea0c6f324f1578e65f9753cd8139a (diff)
downloadfreebsd-ports-gnome-9802a17315d9d9befec898dfa7e3cd660f74bfa7.tar.gz
freebsd-ports-gnome-9802a17315d9d9befec898dfa7e3cd660f74bfa7.tar.zst
freebsd-ports-gnome-9802a17315d9d9befec898dfa7e3cd660f74bfa7.zip
Fixup dependencies, add forgotten pkgconfig.
Diffstat (limited to 'dns')
-rw-r--r--dns/bind10/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/bind10/Makefile b/dns/bind10/Makefile
index db80be795324..fae52c638c03 100644
--- a/dns/bind10/Makefile
+++ b/dns/bind10/Makefile
@@ -17,17 +17,19 @@ LICENSE_FILE= ${FILESDIR}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:${PORTSDIR}/devel/boost-libs \
- ${LOCALBASE}/include/botan/hash.h:${PORTSDIR}/security/botan \
${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \
sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3
LIB_DEPENDS= libbotan.so:${PORTSDIR}/security/botan \
liblog4cplus.so:${PORTSDIR}/devel/log4cplus \
+ libicuuc.so:${PORTSDIR}/devel/icu \
+ libgmp.so:${PORTSDIR}/math/gmp \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
USE_PYTHON= 3.3
USE_OPENSSL= yes
USE_LDCONFIG= yes
+USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \