From owner-svn-ports-head@FreeBSD.ORG Tue Jan 7 00:23:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1716F72; Tue, 7 Jan 2014 00:23:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DDCC61B48; Tue, 7 Jan 2014 00:23:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s070NV2V021451; Tue, 7 Jan 2014 00:23:31 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s070NVat021450; Tue, 7 Jan 2014 00:23:31 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401070023.s070NVat021450@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 7 Jan 2014 00:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338964 - head/dns/bind10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 00:23:32 -0000 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 \