summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-09-28 09:29:54 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-09-28 09:29:54 +0000
commit0d134bc1697f424a2e143da947873e0d8ab6b7c4 (patch)
tree81c96c9229aa78ab2acf00993e2896dede314d38 /net-misc/pen/pen-0.18.0-r1.ebuild
parentVersion bump to the stable 1.6 series (bug #435828, thanks to Anton Bolshakov... (diff)
downloadgentoo-2-0d134bc1697f424a2e143da947873e0d8ab6b7c4.tar.gz
gentoo-2-0d134bc1697f424a2e143da947873e0d8ab6b7c4.tar.bz2
gentoo-2-0d134bc1697f424a2e143da947873e0d8ab6b7c4.zip
add ssl as RDEPEND
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pen/pen-0.18.0-r1.ebuild')
-rw-r--r--net-misc/pen/pen-0.18.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/pen/pen-0.18.0-r1.ebuild b/net-misc/pen/pen-0.18.0-r1.ebuild
index 8a392bf4713c..92647b89c187 100644
--- a/net-misc/pen/pen-0.18.0-r1.ebuild
+++ b/net-misc/pen/pen-0.18.0-r1.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.18.0-r1.ebuild,v 1.2 2012/02/16 19:10:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.18.0-r1.ebuild,v 1.3 2012/09/28 09:29:54 ago Exp $
EAPI="4"
DESCRIPTION="TCP Load Balancing Port Forwarder"
HOMEPAGE="http://siag.nu/pen/"
-SRC_URI="http://siag.nu/pub/pen/${P}.tar.gz"
+SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE="ssl"
DEPEND="ssl? ( dev-libs/openssl )"
+RDEPEND="${DEPEND}"
src_configure() {
econf $(use_with ssl)