diff options
Diffstat (limited to 'net-www/gplflash/gplflash-0.4.13-r1.ebuild')
-rw-r--r-- | net-www/gplflash/gplflash-0.4.13-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-www/gplflash/gplflash-0.4.13-r1.ebuild b/net-www/gplflash/gplflash-0.4.13-r1.ebuild index 9ede30bfa9ae..09a729d2272b 100644 --- a/net-www/gplflash/gplflash-0.4.13-r1.ebuild +++ b/net-www/gplflash/gplflash-0.4.13-r1.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/net-www/gplflash/gplflash-0.4.13-r1.ebuild,v 1.1 2005/12/17 00:13:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.13-r1.ebuild,v 1.2 2006/01/26 21:03:47 genstef Exp $ inherit nsplugins eutils flag-o-matic autotools @@ -16,10 +16,16 @@ IUSE="nosound" DEPEND="media-libs/libmad media-libs/jpeg sys-libs/zlib - virtual/x11 + || ( ( x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 ) !net-www/netscape-flash !media-libs/libflash" + PLUGDIR="/opt/netscape/plugins" src_unpack() { |