diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-13 21:08:58 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-13 21:08:58 +0000 |
commit | 40c0d3f9f1b80c8a24a75cf662068864cb261179 (patch) | |
tree | 4fe076a820fc72df36f3170707fdb3c3f9b3232b /dev-lisp/xlispstat/xlispstat-3.52.20.ebuild | |
parent | Intial import (diff) | |
download | gentoo-2-40c0d3f9f1b80c8a24a75cf662068864cb261179.tar.gz gentoo-2-40c0d3f9f1b80c8a24a75cf662068864cb261179.tar.bz2 gentoo-2-40c0d3f9f1b80c8a24a75cf662068864cb261179.zip |
Modular X dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-lisp/xlispstat/xlispstat-3.52.20.ebuild')
-rw-r--r-- | dev-lisp/xlispstat/xlispstat-3.52.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild index 5926c660ab5f..10f8c4a3d2ea 100644 --- a/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild +++ b/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.2 2004/06/25 00:01:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.3 2006/02/13 21:08:58 mkennedy Exp $ DESCRIPTION="XLISP-STAT is a statistical environment based on a dialect of the Lisp language called XLISP." HOMEPAGE="http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html" @@ -9,7 +9,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="X" -DEPEND="X? ( virtual/x11 )" +DEPEND="X? ( || ( x11-libs/libX11 virtual/x11 ) )" S=${WORKDIR}/${P//./-} |