diff options
author | 2004-02-29 14:21:27 +0000 | |
---|---|---|
committer | 2004-02-29 14:21:27 +0000 | |
commit | c31c976ca9a84a39a7e11fab693a86669a764226 (patch) | |
tree | eaa332c7a4983cf7f8b3de459f31c08b40375307 /x11-misc/xnc/xnc-5.0.2.ebuild | |
parent | initial import (diff) | |
download | historical-c31c976ca9a84a39a7e11fab693a86669a764226.tar.gz historical-c31c976ca9a84a39a7e11fab693a86669a764226.tar.bz2 historical-c31c976ca9a84a39a7e11fab693a86669a764226.zip |
Version bump, cleanup old, change DEPEND from x11-base/xfree to virtual/x11.
Diffstat (limited to 'x11-misc/xnc/xnc-5.0.2.ebuild')
-rw-r--r-- | x11-misc/xnc/xnc-5.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xnc/xnc-5.0.2.ebuild b/x11-misc/xnc/xnc-5.0.2.ebuild index 27d70afa155e..5ad4b7a01a04 100644 --- a/x11-misc/xnc/xnc-5.0.2.ebuild +++ b/x11-misc/xnc/xnc-5.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.2.ebuild,v 1.1 2003/11/18 16:23:44 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.2.ebuild,v 1.2 2004/02/29 14:21:27 tseng Exp $ DESCRIPTION="file manager for X Window system very similar to Norton Commander" HOMEPAGE="http://xnc.dubna.su/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="nls" -DEPEND="x11-base/xfree" +DEPEND="virtual/x11" src_compile() { ./configure \ |