diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-05-16 14:39:53 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-05-16 14:39:53 +0000 |
commit | 4be78f22c4c70056df11632c3607a387634d8fa5 (patch) | |
tree | 824c8b28f229ec8651425999406f7eb811286e2a /x11-libs/lesstif/lesstif-0.94.4.ebuild | |
parent | added my devspace for the tarball (diff) | |
download | historical-4be78f22c4c70056df11632c3607a387634d8fa5.tar.gz historical-4be78f22c4c70056df11632c3607a387634d8fa5.tar.bz2 historical-4be78f22c4c70056df11632c3607a387634d8fa5.zip |
fixes
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs/lesstif/lesstif-0.94.4.ebuild')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.94.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-libs/lesstif/lesstif-0.94.4.ebuild b/x11-libs/lesstif/lesstif-0.94.4.ebuild index 156f677866f5..cbafea7880b5 100644 --- a/x11-libs/lesstif/lesstif-0.94.4.ebuild +++ b/x11-libs/lesstif/lesstif-0.94.4.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/lesstif/lesstif-0.94.4.ebuild,v 1.3 2005/04/28 22:50:01 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.4.ebuild,v 1.4 2005/05/16 14:39:53 lanius Exp $ inherit libtool flag-o-matic multilib @@ -18,7 +18,8 @@ RDEPEND="virtual/libc >=x11-libs/motif-config-0.9" DEPEND="dev-lang/perl - ${RDEPEND}" + ${RDEPEND} + >=sys-devel/libtool-1.5.10" PROVIDE="virtual/motif" @@ -85,7 +86,7 @@ src_install() { rm -fR ${D}/usr/$(get_libdir)/lesstif-2.1/LessTif/ rm -fR ${D}/usr/$(get_libdir)/lesstif-2.1/X11/ rm -fR ${D}/usr/$(get_libdir)/X11/ - rm -f ${D}/usr/bin/motif-config + rm -f ${D}/usr/$(get_libdir)/lesstif-2.1/motif-config # profile stuff dodir /etc/env.d |