diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-26 07:32:33 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-26 07:32:33 +0000 |
commit | 84c8f7876bf63b3202c7316e64877ec34d07aa7f (patch) | |
tree | ae8c66f5e0816c84077a45af652d480f3d0f2860 /media-sound/mup | |
parent | initial addition to portage (diff) | |
download | historical-84c8f7876bf63b3202c7316e64877ec34d07aa7f.tar.gz historical-84c8f7876bf63b3202c7316e64877ec34d07aa7f.tar.bz2 historical-84c8f7876bf63b3202c7316e64877ec34d07aa7f.zip |
little RDEPEND fix
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/mup-4.3.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/mup/mup-4.3.ebuild b/media-sound/mup/mup-4.3.ebuild index 7ccc24054fbf..d756abcbfbe0 100644 --- a/media-sound/mup/mup-4.3.ebuild +++ b/media-sound/mup/mup-4.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geert Bevin <gbevin@uwyn.com> -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.3.ebuild,v 1.1 2002/02/26 07:31:02 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-4.3.ebuild,v 1.2 2002/02/26 07:32:33 gbevin Exp $ S=${WORKDIR}/${P} @@ -13,6 +13,11 @@ DEPEND="virtual/glibc virtual/x11 >=media-libs/svgalib-1.4.3" +RDEPEND="virtual/glibc + virtual/x11 + >=media-libs/svgalib-1.4.3 + >=app-text/ghostview-1.5" + src_unpack() { mkdir ${P} |