diff options
Diffstat (limited to 'app-text/biblestudy/biblestudy-1.0.ebuild')
-rw-r--r-- | app-text/biblestudy/biblestudy-1.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild index ced8cb8bba72..d385127c4306 100644 --- a/app-text/biblestudy/biblestudy-1.0.ebuild +++ b/app-text/biblestudy/biblestudy-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.5 2005/04/30 16:40:42 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.6 2006/06/03 05:15:44 antarus Exp $ IUSE="unicode" DESCRIPTION="biblestudy software based on the sword library" @@ -10,7 +10,8 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -newdepend ">=app-text/sword-1.5.7 + +DEPEND=">=app-text/sword-1.5.7 >=app-text/sword-modules-20040503 =x11-libs/wxGTK-2.4*" @@ -19,7 +20,7 @@ src_install() { } pkg_postinst() { - if ! use unicode; then + if ! built_with_use =x11-libs/wxGTK-2.4* unicode; then ewarn ewarn "You do not have unicode support enabled. This means that wxWindows" ewarn "was probably not built with unicode support. This can cause some" |