diff options
Diffstat (limited to 'net-libs/ldns/ldns-1.6.1.ebuild')
-rw-r--r-- | net-libs/ldns/ldns-1.6.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-libs/ldns/ldns-1.6.1.ebuild b/net-libs/ldns/ldns-1.6.1.ebuild index 5cdf1092c..a453bb97f 100644 --- a/net-libs/ldns/ldns-1.6.1.ebuild +++ b/net-libs/ldns/ldns-1.6.1.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header$ -DESCRIPTION="ldns is a library with the aim to simplify DNS programing in C" +DESCRIPTION="A library with the aim to simplify DNS programing in C" HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" -LICENSE="BSD" +SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" -IUSE="doc examples sha2 ssl" -KEYWORDS="~amd64 ~x86" +LICENSE="BSD" SLOT="0" -SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples sha2 ssl" RDEPEND="ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} |