diff options
Diffstat (limited to 'sci-astronomy/xephem/xephem-3.6.4.ebuild')
-rw-r--r-- | sci-astronomy/xephem/xephem-3.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/xephem/xephem-3.6.4.ebuild b/sci-astronomy/xephem/xephem-3.6.4.ebuild index 0cb0edd43501..e553785bfa74 100644 --- a/sci-astronomy/xephem/xephem-3.6.4.ebuild +++ b/sci-astronomy/xephem/xephem-3.6.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/sci-astronomy/xephem/xephem-3.6.4.ebuild,v 1.1 2005/04/21 11:39:30 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.6.4.ebuild,v 1.2 2005/06/02 15:16:21 ribosome Exp $ DESCRIPTION="XEphem is the X Windows Ephemeris, and provides a scientific-grade solar system model, star charts, sky views, plus a whole lot more." SRC_URI="http://www.clearskyinstitute.com/xephem/${PN}-${PV}.tar.gz" @@ -9,7 +9,7 @@ KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" SLOT="0" LICENSE="as-is" -DEPEND="x11-libs/openmotif" +DEPEND="virtual/motif" src_unpack() { |