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-libs/mpatrol/mpatrol-1.4.8.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-libs/mpatrol/mpatrol-1.4.8.ebuild')
-rw-r--r-- | dev-libs/mpatrol/mpatrol-1.4.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8.ebuild index 78603133e25b..b66c8c00d773 100644 --- a/dev-libs/mpatrol/mpatrol-1.4.8.ebuild +++ b/dev-libs/mpatrol/mpatrol-1.4.8.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-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.11 2003/03/29 23:58:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8.ebuild,v 1.12 2004/01/11 13:43:38 lanius Exp $ IUSE="X" @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc " # To use X, mpatrol requires Motif -DEPEND="X? ( virtual/motif )" +DEPEND="X? ( x11-libs/openmotif )" src_compile() { cd $S/build/unix |