summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm/fvwm-2.6.9-r1.ebuild')
-rw-r--r--x11-wm/fvwm/fvwm-2.6.9-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild
index f62fad64c0be..a551d85ee5a8 100644
--- a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild
+++ b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/fvwmorg/fvwm/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2+ FVWM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype +vanilla xinerama lock"
+IUSE="bidi debug doc netpbm nls perl png readline stroke svg tk truetype +vanilla xinerama lock"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
COMMON_DEPEND="
@@ -59,7 +59,6 @@ RDEPEND="${COMMON_DEPEND}
>=dev-perl/X11-Protocol-0.56
)
)
- rplay? ( media-sound/rplay )
lock? ( x11-misc/xlockmore )
netpbm? ( media-libs/netpbm )
"
@@ -97,6 +96,7 @@ src_configure() {
--enable-iconv
--enable-package-subdirs
--enable-mandoc
+ --without-rplay-library
$(use_enable bidi)
$(use_enable debug debug-msgs)
$(use_enable debug command-log)
@@ -105,7 +105,6 @@ src_configure() {
$(use_enable perl perllib)
$(use_enable png)
$(use_with readline readline-library)
- $(use_with rplay rplay-library)
$(use_with stroke stroke-library)
$(use_enable svg rsvg)
$(use_enable truetype xft)