summaryrefslogtreecommitdiff
path: root/www-client/dillo/dillo-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/dillo/dillo-9999.ebuild')
-rw-r--r--www-client/dillo/dillo-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
index 7134cc059e28..7269ff96157b 100644
--- a/www-client/dillo/dillo-9999.ebuild
+++ b/www-client/dillo/dillo-9999.ebuild
@@ -12,7 +12,7 @@ EHG_REPO_URI="https://hg.dillo.org/dillo"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="doc +gif ipv6 +jpeg +png ssl"
+IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
RDEPEND="
>=x11-libs/fltk-1.3
@@ -43,6 +43,7 @@ src_configure() {
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable ssl) \
+ $(use_enable xembed) \
--docdir="/usr/share/doc/${PF}"
}