summaryrefslogtreecommitdiffstats
path: root/main/bitchx
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2013-01-02 17:54:41 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2013-01-02 17:54:41 -0600
commitcffd317dbfa6dfc1f4ec4fb7ec22ca553ecd4122 (patch)
treed76377f0223e599da8a06305d12b0d6593a860e5 /main/bitchx
parent72df2565c1fa8baa4b6e3b02364cc7f328b5752a (diff)
downloadaports-fcolista-cffd317dbfa6dfc1f4ec4fb7ec22ca553ecd4122.tar.bz2
aports-fcolista-cffd317dbfa6dfc1f4ec4fb7ec22ca553ecd4122.tar.xz
main/bitchx: add missing ncurses-dev
Diffstat (limited to 'main/bitchx')
-rw-r--r--main/bitchx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bitchx/APKBUILD b/main/bitchx/APKBUILD
index befec8e3d4..1d17cafafc 100644
--- a/main/bitchx/APKBUILD
+++ b/main/bitchx/APKBUILD
@@ -8,7 +8,7 @@ url="http://bitchx.ca/"
arch="all"
license="GPL"
depends=""
-depends_dev="tcl-dev openssl-dev"
+depends_dev="tcl-dev openssl-dev ncurses-dev"
makedepends="$depends_dev coreutils"
install=""
subpackages="$pkgname-doc"