diff options
author | 2006-03-30 08:58:15 +0000 | |
---|---|---|
committer | 2006-03-30 08:58:15 +0000 | |
commit | 80112162b243fc9f3e9e94b2ea1d788139428606 (patch) | |
tree | 99a27efa809b18af2e82061b9777442141d63863 /x11-misc/xse/xse-2.1.ebuild | |
parent | Dependency on openafs-kernel changed to latest available revision of given ve... (diff) | |
download | historical-80112162b243fc9f3e9e94b2ea1d788139428606.tar.gz historical-80112162b243fc9f3e9e94b2ea1d788139428606.tar.bz2 historical-80112162b243fc9f3e9e94b2ea1d788139428606.zip |
fix mod x deps
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'x11-misc/xse/xse-2.1.ebuild')
-rw-r--r-- | x11-misc/xse/xse-2.1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/xse/xse-2.1.ebuild b/x11-misc/xse/xse-2.1.ebuild index c9b2a4059890..6ef045273fcd 100644 --- a/x11-misc/xse/xse-2.1.ebuild +++ b/x11-misc/xse/xse-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.2 2006/03/16 13:15:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.3 2006/03/30 08:58:15 taviso Exp $ inherit eutils @@ -11,7 +11,13 @@ LICENSE="X11" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="|| ( x11-libs/libXt virtual/x11 )" +DEPEND="|| ( ( + x11-misc/imake + x11-libs/libXt + x11-misc/gccmakedep + app-text/rman + ) virtual/x11 + )" src_compile() { xmkmf -a &> /dev/null || die |