From 6ad676ec4378581bb432375ceab2418ebf6d6fa7 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 12 Jul 2002 01:40:32 +0000 Subject: added Net-SSLeay to DEPEND, USE dependent --- app-admin/webmin/webmin-0.992.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app-admin/webmin') diff --git a/app-admin/webmin/webmin-0.992.ebuild b/app-admin/webmin/webmin-0.992.ebuild index 8995d567f771..0ac229826baa 100644 --- a/app-admin/webmin/webmin-0.992.ebuild +++ b/app-admin/webmin/webmin-0.992.ebuild @@ -1,15 +1,17 @@ # Copyright 2002, Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-0.992.ebuild,v 1.1 2002/07/10 01:20:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-0.992.ebuild,v 1.2 2002/07/12 01:40:32 seemant Exp $ DESCRIPTION="Webmin, a web-based system administration interface" SRC_URI="http://www.webmin.com/download/${P}.tar.gz" HOMEPAGE="http://www.webmin.com/" -DEPEND="sys-devel/perl" LICENSE="BSD" SLOT="0" KEYWORDS="x86" +DEPEND="sys-devel/perl + ssl? ( dev-perl/Net-SSLeay )" + src_install() { rm -f mount/freebsd-mounts* rm -f mount/openbsd-mounts* -- cgit v1.2.3-65-gdbad