Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 00:23:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338964 - head/dns/bind10
Message-ID:  <201401070023.s070NVat021450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan  7 00:23:31 2014
New Revision: 338964
URL: http://svnweb.freebsd.org/changeset/ports/338964

Log:
  Fixup dependencies, add forgotten pkgconfig.

Modified:
  head/dns/bind10/Makefile

Modified: head/dns/bind10/Makefile
==============================================================================
--- head/dns/bind10/Makefile	Tue Jan  7 00:04:20 2014	(r338963)
+++ head/dns/bind10/Makefile	Tue Jan  7 00:23:31 2014	(r338964)
@@ -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	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401070023.s070NVat021450>