diff options
author | 2005-06-25 13:32:45 +0000 | |
---|---|---|
committer | 2005-06-25 13:32:45 +0000 | |
commit | 7856432a3627b8bcfc21493ccbacf098589397f9 (patch) | |
tree | af4c0137531054cf16373f107fbd33b4cdccf5c1 /net-analyzer | |
parent | dep typos (diff) | |
download | gentoo-2-7856432a3627b8bcfc21493ccbacf098589397f9.tar.gz gentoo-2-7856432a3627b8bcfc21493ccbacf098589397f9.tar.bz2 gentoo-2-7856432a3627b8bcfc21493ccbacf098589397f9.zip |
dep typo
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ike-scan/ike-scan-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ike-scan/ike-scan-1.7.ebuild b/net-analyzer/ike-scan/ike-scan-1.7.ebuild index d94cb4de6389..0e5195a0192a 100644 --- a/net-analyzer/ike-scan/ike-scan-1.7.ebuild +++ b/net-analyzer/ike-scan/ike-scan-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ike-scan/ike-scan-1.7.ebuild,v 1.2 2005/06/25 11:33:17 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ike-scan/ike-scan-1.7.ebuild,v 1.3 2005/06/25 13:32:45 swegener Exp $ DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers" HOMEPAGE="http://www.nta-monitor.com/ike-scan/" @@ -12,7 +12,7 @@ KEYWORDS="~ppc ~x86" IUSE="ssl" DEPEND="virtual/libc - ssl? dev-libs/openssl" + ssl? ( dev-libs/openssl )" src_compile() { econf $(use_with ssl openssl) || die |