Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 21:15:44 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364665 - head/dns/dnshistory
Message-ID:  <53e93280.2bc3.51894a61@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Aug 11 21:15:44 2014
New Revision: 364665
URL: http://svnweb.freebsd.org/changeset/ports/364665
QAT: https://qat.redports.org/buildarchive/r364665/

Log:
  This port requires libdb.so, so change USE_BDB to 4.2+.

Modified:
  head/dns/dnshistory/Makefile

Modified: head/dns/dnshistory/Makefile
==============================================================================
--- head/dns/dnshistory/Makefile	Mon Aug 11 21:15:36 2014	(r364664)
+++ head/dns/dnshistory/Makefile	Mon Aug 11 21:15:44 2014	(r364665)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USE_BDB=	yes
+USE_BDB=	4.2+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e93280.2bc3.51894a61>