aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2013-01-06 00:21:01 +0200
committerDmitry Podgorny <pasis.ua@gmail.com>2013-01-06 00:21:01 +0200
commit147be6626201166d494573a3c4e193fc5a40003e (patch)
tree5fb41311a81c12263a02348e79ce7d9b8a509da3 /net-im
parent026fda113e39e91bdf06d517ac973fe2f84c5178 (diff)
downloadprofanity-147be6626201166d494573a3c4e193fc5a40003e.tar.gz
profanity-147be6626201166d494573a3c4e193fc5a40003e.tar.xz
net-im/profanity-9999 updated use flags
--enable-notifications and --with-xscreensaver are implemented in upstream
Diffstat (limited to 'net-im')
-rw-r--r--net-im/profanity/profanity-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/profanity/profanity-9999.ebuild b/net-im/profanity/profanity-9999.ebuild
index 26816c5..6eaf5bd 100644
--- a/net-im/profanity/profanity-9999.ebuild
+++ b/net-im/profanity/profanity-9999.ebuild
@@ -32,5 +32,8 @@ src_prepare() {
}
src_configure() {
- econf $(use_with xml libxml2)
+ econf \
+ $(use_enable libnotify notifications) \
+ $(use_with xml libxml2) \
+ $(use_with xscreensaver)
}