diff options
Diffstat (limited to 'x11-libs/fox/fox-1.2.4.ebuild')
-rw-r--r-- | x11-libs/fox/fox-1.2.4.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/fox/fox-1.2.4.ebuild b/x11-libs/fox/fox-1.2.4.ebuild index 9ca88bdd3dc2..7861e1f028e1 100644 --- a/x11-libs/fox/fox-1.2.4.ebuild +++ b/x11-libs/fox/fox-1.2.4.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.4.ebuild,v 1.7 2005/02/19 08:03:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.2.4.ebuild,v 1.1 2004/06/13 01:59:12 pyrania Exp $ IUSE="cups debug opengl" DESCRIPTION="C++ based Toolkit for developing Graphical User Interfaces easily and effectively" SRC_URI="http://www.fox-toolkit.org/ftp/${P}.tar.gz" HOMEPAGE="http://www.fox-toolkit.org" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86" LICENSE="GPL-2" -DEPEND="virtual/libc +DEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl )" @@ -19,8 +19,7 @@ src_compile() { local myconf use opengl || myconf="$myconf --with-opengl=no" #default enabled - myconf="$myconf `use_enable cups`" #default disabled - myconf="$myconf `use_enable debug`" #default disabled + myconf="$myconf `use_enable cups debug`" #default disabled ./configure \ --prefix=/usr \ |