diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:44:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:44:31 +0000 |
commit | 3876eb6ccc5d972b70f85336aab01f57fc6b539d (patch) | |
tree | c305749714b159a97e21a3c098684df85598ab52 /dev-util/ddd/ddd-3.3.1-r1.ebuild | |
parent | no stable version on sparc? strange... (diff) | |
download | gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.tar.gz gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.tar.bz2 gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.zip |
fixed motif dep
Diffstat (limited to 'dev-util/ddd/ddd-3.3.1-r1.ebuild')
-rw-r--r-- | dev-util/ddd/ddd-3.3.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ddd/ddd-3.3.1-r1.ebuild b/dev-util/ddd/ddd-3.3.1-r1.ebuild index 3c4ebb5e6f4b..cbe843a7e7ee 100644 --- a/dev-util/ddd/ddd-3.3.1-r1.ebuild +++ b/dev-util/ddd/ddd-3.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.10 2003/09/06 08:39:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.11 2004/01/11 13:44:31 lanius Exp $ DESCRIPTION="graphical front-end for command-line debuggers" HOMEPAGE="http://www.gnu.org/software/ddd" @@ -13,7 +13,7 @@ KEYWORDS="x86 sparc" DEPEND="virtual/x11 >=sys-devel/gdb-4.16 - virtual/motif" + x11-libs/openmotif" src_compile() { econf || die |