profanity: fix build with the notify option enabled (close #941).

This commit is contained in:
Juan RP 2015-01-30 08:52:20 +01:00
parent 2fc6d3206e
commit 67c92d50ea

View file

@ -8,7 +8,7 @@ build_style=gnu-configure
configure_args="$(vopt_enable notify notifications) $(vopt_with xscreensaver)"
hostmakedepends="pkg-config"
makedepends="glib-devel expat-devel ncurses-devel libgcrypt-devel libotr-devel
libcurl-devel libstrophe-devel $(vopt_if notifications libnotify-devel)
libcurl-devel libstrophe-devel $(vopt_if notify libnotify-devel)
$(vopt_if xscreensaver libXScrnSaver-devel)"
short_desc="A console based XMPP client"
maintainer="Juan RP <xtraeme@gmail.com>"