diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-13 16:22:01 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-13 16:22:01 +0000 |
commit | 91cdf89d046321c118d20cd143beeebceec7cb16 (patch) | |
tree | 6dc7ac1c3e7c3b1ed68727a7df8a22c5a2a38a74 /x11-misc/xplore/xplore-1.1e.ebuild | |
parent | fix another openmotif dep (diff) | |
download | gentoo-2-91cdf89d046321c118d20cd143beeebceec7cb16.tar.gz gentoo-2-91cdf89d046321c118d20cd143beeebceec7cb16.tar.bz2 gentoo-2-91cdf89d046321c118d20cd143beeebceec7cb16.zip |
fixed motif dep
Diffstat (limited to 'x11-misc/xplore/xplore-1.1e.ebuild')
-rw-r--r-- | x11-misc/xplore/xplore-1.1e.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xplore/xplore-1.1e.ebuild b/x11-misc/xplore/xplore-1.1e.ebuild index d918be71d23a..63b6e02a6db0 100644 --- a/x11-misc/xplore/xplore-1.1e.ebuild +++ b/x11-misc/xplore/xplore-1.1e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1e.ebuild,v 1.1 2003/11/20 23:21:13 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1e.ebuild,v 1.2 2004/01/13 16:20:47 lanius Exp $ IUSE="" @@ -15,7 +15,7 @@ KEYWORDS="x86" # its webpage states the lesstif does not fully work with xplore DEPEND="virtual/x11 - >=x11-libs/openmotif-2.2" + x11-libs/openmotif" src_compile() { #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6 |