diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-10 22:34:31 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-10 22:34:31 -0300 |
commit | 5f132e10473a4d8845752a6aa16fbd8f3e432c6f (patch) | |
tree | 14f5f7cec8d0df9640ba3e48626e23d2e555d9ae /extra/bitlbee/PKGBUILD | |
parent | 8563d02ef05f21b537e3e1471c4034baa644a55f (diff) |
package builds
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r-- | extra/bitlbee/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD index 0b7823db0..1276fdf56 100644 --- a/extra/bitlbee/PKGBUILD +++ b/extra/bitlbee/PKGBUILD @@ -12,7 +12,7 @@ pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' arch=('i686' 'x86_64' 'mips64el') url='http://www.bitlbee.org/' license=('GPL') -depends=('openssl' 'glib2' 'libotr') +depends=('gnutls' 'glib2' 'libotr') optdepends=('xinetd: to run bitlbee through xinetd') source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz" 'xinetd' @@ -33,7 +33,7 @@ build() { --ipcsocket=/var/run/bitlbee/bitlbee.sock \ --strip=0 \ --otr=1 \ - --ssl=openssl + --ssl=gnutls make } |