diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:44:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:44:31 +0000 |
commit | 3876eb6ccc5d972b70f85336aab01f57fc6b539d (patch) | |
tree | c305749714b159a97e21a3c098684df85598ab52 /x11-misc/xplore/xplore-1.2a.ebuild | |
parent | no stable version on sparc? strange... (diff) | |
download | gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.tar.gz gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.tar.bz2 gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.zip |
fixed motif dep
Diffstat (limited to 'x11-misc/xplore/xplore-1.2a.ebuild')
-rw-r--r-- | x11-misc/xplore/xplore-1.2a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild index 3d1bd01d63c6..d19ebc45c7f9 100644 --- a/x11-misc/xplore/xplore-1.2a.ebuild +++ b/x11-misc/xplore/xplore-1.2a.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/xplore/xplore-1.2a.ebuild,v 1.1 2003/11/20 23:21:13 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.2 2004/01/11 13:39:54 lanius Exp $ IUSE="" @@ -15,7 +15,7 @@ KEYWORDS="x86" # its webpage states the lesstif does not fully work with xplore DEPEND="virtual/x11 - virtual/motif" + x11-libs/openmotif" # >=x11-libs/openmotif-2.2" src_compile() { |