diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-30 00:36:40 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-30 00:36:40 +0000 |
commit | 7e7ba2ecd9c7a77111d949a4cee87cf3bd7bd4cd (patch) | |
tree | c2d5b7579a34428d548f33e88e5a0e56b6ad0ccd /dev-util/ddd/ddd-3.3.1-r1.ebuild | |
parent | virtual/motif deps (diff) | |
download | gentoo-2-7e7ba2ecd9c7a77111d949a4cee87cf3bd7bd4cd.tar.gz gentoo-2-7e7ba2ecd9c7a77111d949a4cee87cf3bd7bd4cd.tar.bz2 gentoo-2-7e7ba2ecd9c7a77111d949a4cee87cf3bd7bd4cd.zip |
virtual/motif deps
Diffstat (limited to 'dev-util/ddd/ddd-3.3.1-r1.ebuild')
-rw-r--r-- | dev-util/ddd/ddd-3.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ddd/ddd-3.3.1-r1.ebuild b/dev-util/ddd/ddd-3.3.1-r1.ebuild index b61aad1b24f0..f50680a1c5b1 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. # 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.7 2003/02/13 11:50:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ddd/ddd-3.3.1-r1.ebuild,v 1.8 2003/03/30 00:36:40 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU DDD is a graphical front-end for command-line debuggers" @@ -14,7 +14,7 @@ KEYWORDS="x86 sparc " DEPEND="virtual/x11 >=sys-devel/gdb-4.16 - >=x11-libs/openmotif-2.1.30" + virtual/motif" src_compile() { econf || die |