diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-11 11:21:04 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-11 11:21:04 +0000 |
commit | 441b8ed90e144e23b714a01bd23958cecefde63e (patch) | |
tree | 5cda1f6f6a8efdcb9f06999f524286ecb7848da4 /app-text/mgv/mgv-3.1.5-r1.ebuild | |
parent | moved config file to /etc (Manifest recommit) (diff) | |
download | gentoo-2-441b8ed90e144e23b714a01bd23958cecefde63e.tar.gz gentoo-2-441b8ed90e144e23b714a01bd23958cecefde63e.tar.bz2 gentoo-2-441b8ed90e144e23b714a01bd23958cecefde63e.zip |
fixed DEPEND
Diffstat (limited to 'app-text/mgv/mgv-3.1.5-r1.ebuild')
-rw-r--r-- | app-text/mgv/mgv-3.1.5-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/mgv/mgv-3.1.5-r1.ebuild b/app-text/mgv/mgv-3.1.5-r1.ebuild index 0c29461c28dc..a125e9520b6f 100644 --- a/app-text/mgv/mgv-3.1.5-r1.ebuild +++ b/app-text/mgv/mgv-3.1.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp -# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5-r1.ebuild,v 1.1 2004/02/11 11:19:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mgv/mgv-3.1.5-r1.ebuild,v 1.2 2004/02/11 11:21:04 lanius Exp $ inherit eutils @@ -15,8 +15,9 @@ KEYWORDS="~x86 ~sparc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/ghostscript - x11-libs/openmotif" +DEPEND="x11-libs/openmotif" +RDEPEND="${DEPEND} + virtual/ghostscript" src_unpack() { unpack ${A} |