summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-12-30 10:22:02 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-12-30 10:22:02 +0000
commit9ac21e7455d6c407014d85ad86f1af6ad8f30029 (patch)
tree54b26443e56a6f3ee05e7bd4e9ec336f0a5ac18a /x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
parentVersion bump (diff)
downloadgentoo-2-9ac21e7455d6c407014d85ad86f1af6ad8f30029.tar.gz
gentoo-2-9ac21e7455d6c407014d85ad86f1af6ad8f30029.tar.bz2
gentoo-2-9ac21e7455d6c407014d85ad86f1af6ad8f30029.zip
Fixing modular X depends as per requested. Bug #117166
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild')
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild26
1 files changed, 12 insertions, 14 deletions
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 0656187d741c..e147508f9aec 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.29 2005/12/18 17:33:01 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.30 2005/12/30 10:22:02 cardoe Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -31,20 +31,18 @@ IUSE=""
# There _might_ be something else, but I doubt it.
RDEPEND="|| ( ( x11-libs/libXt
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXp
- )
- virtual/x11
- )"
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXpm
+ x11-libs/libXp )
+ virtual/x11 )"
+
DEPEND="${RDEPEND}
>=sys-apps/sed-4
- || ( ( x11-proto/xextproto
- x11-misc/gccmakedep
- )
- virtual/x11
- )"
+ || ( ( x11-proto/xextproto
+ x11-misc/imake
+ x11-misc/gccmakedep )
+ virtual/x11 )"
src_unpack() {
unpack ${P}.tar.gz
@@ -73,7 +71,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc README.XAW3D
}