summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-08-19 01:56:43 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-08-19 01:56:43 +0000
commitd138643ac5615a42fab0b402f89a58fb6857cbe7 (patch)
treea46a76ac4e6fcc2508aa8a4d03e148a46ecb4eca /games-engines/frotz
parentAdded dies to update lines to catch potential update problems on amd64. (Mani... (diff)
downloadgentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.tar.gz
gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.tar.bz2
gentoo-2-d138643ac5615a42fab0b402f89a58fb6857cbe7.zip
macos stable
Diffstat (limited to 'games-engines/frotz')
-rw-r--r--games-engines/frotz/frotz-2.43.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild
index 29607e0bc1f4..bb0341e45cf3 100644
--- a/games-engines/frotz/frotz-2.43.ebuild
+++ b/games-engines/frotz/frotz-2.43.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.5 2004/06/24 22:38:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.6 2004/08/19 01:56:43 pvdabeel Exp $
DESCRIPTION="Curses based interpreter for Z-code based text games"
HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
@@ -8,11 +8,11 @@ SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="x86 ppc amd64 macos"
IUSE="oss alsa"
DEPEND="sys-libs/ncurses
- alsa? ( oss? ( media-libs/alsa-oss ) )"
+ !macos? ( alsa? ( oss? ( media-libs/alsa-oss ) ) )"
src_compile() {
local MAKE_OPTS="CONFIG_DIR=/etc"