aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pwsafe
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-02-27 13:25:19 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-02-27 13:25:19 +0200
commit6653b4ec1145b2cff9c54b915984801077812035 (patch)
tree41a6ec946d4c8d16420ab95eb57134ace008fc71 /testing/pwsafe
parentf35f58c13f0b9aed03154b42cc13e762e13a6d24 (diff)
downloadaports-6653b4ec1145b2cff9c54b915984801077812035.tar.bz2
aports-6653b4ec1145b2cff9c54b915984801077812035.tar.xz
testing/pwsafe: add missing dependencies
Diffstat (limited to 'testing/pwsafe')
-rw-r--r--testing/pwsafe/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/pwsafe/APKBUILD b/testing/pwsafe/APKBUILD
index 2c8b988624..44d3730555 100644
--- a/testing/pwsafe/APKBUILD
+++ b/testing/pwsafe/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer:
pkgname=pwsafe
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Password database"
url="http://nsd.dyndns.org/pwsafe/"
arch="all"
license="GPL2"
+makedepends="ncurses-dev openssl-dev readline-dev"
subpackages="$pkgname-doc"
source="http://nsd.dyndns.org/pwsafe/releases/pwsafe-$pkgver.tar.gz"