diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-27 17:53:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-27 17:53:17 +0000 |
commit | 32f128bb42c06d4b1901a639bc466eb0a3699ae5 (patch) | |
tree | 9f5741a0f4baabd97e95eea07429eb5efe71b8a5 /net-analyzer/nessus-core | |
parent | dep fix (diff) | |
download | gentoo-2-32f128bb42c06d4b1901a639bc466eb0a3699ae5.tar.gz gentoo-2-32f128bb42c06d4b1901a639bc466eb0a3699ae5.tar.bz2 gentoo-2-32f128bb42c06d4b1901a639bc466eb0a3699ae5.zip |
dep fix
Diffstat (limited to 'net-analyzer/nessus-core')
-rw-r--r-- | net-analyzer/nessus-core/nessus-core-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nessus-core/nessus-core-1.2.3.ebuild b/net-analyzer/nessus-core/nessus-core-1.2.3.ebuild index 94564cf350ff..40a1b3cc147e 100644 --- a/net-analyzer/nessus-core/nessus-core-1.2.3.ebuild +++ b/net-analyzer/nessus-core/nessus-core-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2002 Achim Gottinger # Distributed under the GPL by Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-1.2.3.ebuild,v 1.2 2002/07/27 17:52:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-1.2.3.ebuild,v 1.3 2002/07/27 17:53:17 drobbins Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A remote security scanner for Linux (nessus-core)" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-1.2.3/src/${P}.tar.gz" DEPEND="=net-analyzer/libnasl-1.2.3 X? ( x11-base/xfree ) - gtk? ( =x11-libs/gtk-1.2* )" + gtk? ( =x11-libs/gtk+-1.2* )" SLOT="0" LICENSE="GPL-2" |