summaryrefslogtreecommitdiff
path: root/extra/bitlbee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r--extra/bitlbee/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index 7da66f7f9..1276fdf56 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -9,10 +9,10 @@ pkgname=bitlbee
pkgver=3.0.2
pkgrel=3
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
-arch=('i686' 'x86_64')
+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
}