diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-11-21 02:08:16 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-11-21 02:08:16 +0000 |
commit | b18b91d07f65381017edd2b34061baffd10b507b (patch) | |
tree | 0c5958e066143e7e6df72241f48ec9d1bd3b1915 /dev-games/crystalspace/crystalspace-1.0.1.ebuild | |
parent | Add ~x86-fbsd keyword (bug #199825) (diff) | |
download | gentoo-2-b18b91d07f65381017edd2b34061baffd10b507b.tar.gz gentoo-2-b18b91d07f65381017edd2b34061baffd10b507b.tar.bz2 gentoo-2-b18b91d07f65381017edd2b34061baffd10b507b.zip |
Allow building with ftjam for bug #188194
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-games/crystalspace/crystalspace-1.0.1.ebuild')
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/crystalspace/crystalspace-1.0.1.ebuild b/dev-games/crystalspace/crystalspace-1.0.1.ebuild index 8071a043349a..b1e8b3290d52 100644 --- a/dev-games/crystalspace/crystalspace-1.0.1.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.7 2007/11/21 00:56:43 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.8 2007/11/21 02:08:16 dirtyepic Exp $ inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} 3ds? ( media-libs/lib3ds ) java? ( dev-java/ant-core >=virtual/jdk-1.5 ) - dev-util/jam + || ( dev-util/jam dev-util/ftjam ) dev-lang/swig dev-util/pkgconfig" |