diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-04 15:15:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:05 +0000 |
commit | b4fc7d5f4b5815cc70def60cc1fc1861155586f3 (patch) | |
tree | aedb592ff4097322133f19b7fb4f489e2cf52c92 /main/bitchx | |
parent | a5b591248a0d24412aa895c5c43b2b58bd4b38f2 (diff) | |
download | aports-b4fc7d5f4b5815cc70def60cc1fc1861155586f3.tar.bz2 aports-b4fc7d5f4b5815cc70def60cc1fc1861155586f3.tar.xz |
main/bitchx: rebuild against libressl
Diffstat (limited to 'main/bitchx')
-rw-r--r-- | main/bitchx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bitchx/APKBUILD b/main/bitchx/APKBUILD index 72e42cca32..4e87c5afb9 100644 --- a/main/bitchx/APKBUILD +++ b/main/bitchx/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=bitchx pkgver=1.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="An IRC client" url="http://www.bitchx.org/" arch="all" license="BSD" depends="" -depends_dev="tcl-dev openssl-dev ncurses-dev" +depends_dev="tcl-dev libressl-dev ncurses-dev" makedepends="$depends_dev coreutils" install="" subpackages="$pkgname-doc" |