diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 01:40:32 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 01:40:32 +0000 |
commit | 6ad676ec4378581bb432375ceab2418ebf6d6fa7 (patch) | |
tree | 68d7ea6e5ecbd7787b06d6fd47302a2079e952b4 /app-admin/webmin | |
parent | New package, Desktop Manager. Good replacement for gmc or others. (diff) | |
download | historical-6ad676ec4378581bb432375ceab2418ebf6d6fa7.tar.gz historical-6ad676ec4378581bb432375ceab2418ebf6d6fa7.tar.bz2 historical-6ad676ec4378581bb432375ceab2418ebf6d6fa7.zip |
added Net-SSLeay to DEPEND, USE dependent
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/webmin-0.992.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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* |