diff options
Diffstat (limited to 'net-dns/pdns/pdns-3.0.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns/pdns-3.0.ebuild b/net-dns/pdns/pdns-3.0.ebuild index fcde42154374..b70e9eedab05 100644 --- a/net-dns/pdns/pdns-3.0.ebuild +++ b/net-dns/pdns/pdns-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.0.ebuild,v 1.5 2012/02/08 21:51:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.0.ebuild,v 1.6 2012/05/03 03:59:12 jdhore Exp $ EAPI=2 @@ -23,7 +23,7 @@ RDEPEND="mysql? ( virtual/mysql ) opendbx? ( dev-db/opendbx ) !static? ( >=dev-libs/boost-1.34 )" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9.0 + virtual/pkgconfig static? ( >=dev-libs/boost-1.34[static-libs] ) doc? ( app-doc/doxygen )" |