aboutsummaryrefslogtreecommitdiff
path: root/net-im/profanity/profanity-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/profanity/profanity-9999.ebuild')
-rw-r--r--net-im/profanity/profanity-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/profanity/profanity-9999.ebuild b/net-im/profanity/profanity-9999.ebuild
index 769dab6..b4b5dce 100644
--- a/net-im/profanity/profanity-9999.ebuild
+++ b/net-im/profanity/profanity-9999.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.profanity.im/"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
-IUSE="libnotify otr xml xscreensaver"
+IUSE="libnotify otr +themes xml xscreensaver"
RDEPEND="dev-libs/glib:2
>=dev-libs/libstrophe-0.8-r1[xml=]
@@ -36,6 +36,7 @@ src_configure() {
econf \
$(use_enable libnotify notifications) \
$(use_enable otr) \
+ $(use_with themes) \
$(use_with xml libxml2) \
$(use_with xscreensaver)
}