diff options
Diffstat (limited to 'media-gfx/zphoto/zphoto-1.2-r2.ebuild')
-rw-r--r-- | media-gfx/zphoto/zphoto-1.2-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-gfx/zphoto/zphoto-1.2-r2.ebuild b/media-gfx/zphoto/zphoto-1.2-r2.ebuild index 14db6c695f8c..b28e2defe34d 100644 --- a/media-gfx/zphoto/zphoto-1.2-r2.ebuild +++ b/media-gfx/zphoto/zphoto-1.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-1.2-r2.ebuild,v 1.1 2005/10/04 22:21:40 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-1.2-r2.ebuild,v 1.2 2005/12/18 16:12:52 lu_zero Exp $ IUSE="wxwindows" @@ -14,14 +14,13 @@ LICENSE="LGPL-2.1" DEPEND=">=media-libs/ming-0.2a || ( >=media-libs/imlib2-1.1.0 >=media-gfx/imagemagick-5.5.7 ) - >=media-video/avifile-0.7.34 app-arch/zip >=dev-libs/popt-1.6.3 wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 )" src_compile() { - local myconf + local myconf="--disable-avifile" if use wxwindows ; then if has_version '>=x11-libs/wxGTK-2.6' ; then |