diff options
Diffstat (limited to 'x11-misc/xcalendar/xcalendar-4.0-r1.ebuild')
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild index 513286d14f73..b006208dc03e 100644 --- a/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.8 2012/02/19 13:27:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0-r1.ebuild,v 1.9 2012/10/24 21:12:16 ulm Exp $ EAPI=4 inherit eutils multilib @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} x11-misc/imake x11-proto/xproto x11-misc/gccmakedep - motif? ( >=x11-libs/openmotif-2.3:0 )" + motif? ( >=x11-libs/motif-2.3:0 )" S=${WORKDIR}/${PN} |