summaryrefslogtreecommitdiff
path: root/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-08 01:07:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-08 01:07:24 +0100
commite3cf2c86fca1750343c1885311f857f185ee4f2d (patch)
treed9d1fbc20509d4c90f57fb2d9e1459bc8034c831 /sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
parentf1af93971b7490792d8541bc790e0d8c6d787059 (diff)
gentoo resync : 08.09.2019
Diffstat (limited to 'sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild')
-rw-r--r--sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
index 9b08f966da9b..9b2d50862279 100644
--- a/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
+++ b/sci-chemistry/wxmacmolplt/wxmacmolplt-7.5-r1.ebuild
@@ -14,13 +14,12 @@ SRC_URI="https://wxmacmolplt.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-IUSE="flash"
+IUSE=""
RDEPEND="
media-libs/glew:0=
media-libs/mesa[X(+)]
- x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
- flash? ( media-libs/ming )"
+ x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
@@ -36,7 +35,7 @@ src_prepare() {
src_configure() {
econf \
--with-glew \
- $(use_with flash ming)
+ --without-ming
}
src_install() {