diff options
Diffstat (limited to 'net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild')
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild index 8a9130bb797e..36e6ab53f248 100644 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild,v 1.1 2008/04/15 13:14:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild,v 1.2 2008/04/15 13:37:19 drac Exp $ DESCRIPTION="IRC proxy with multiserver and multiclient support" HOMEPAGE="http://www.ctrlproxy.org" @@ -12,9 +12,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" IUSE="ssl" RESTRICT="test" -DEPEND=">=dev-libs/glib-2 - dev-util/pkgconfig +RDEPEND=">=dev-libs/glib-2 ssl? ( net-libs/gnutls )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install install-doc || die "emake install failed" |