diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-06 14:51:26 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-06 15:08:53 +0200 |
commit | e6b4a901e9b25cd664d56c16fcc1e410a2e4a53d (patch) | |
tree | 6bd0b1d79d770383b8c97df1765135ac6f846613 /testing/oath-toolkit | |
parent | afa3d1db193a08dc91f71308d1a44a38ef754614 (diff) | |
download | aports-e6b4a901e9b25cd664d56c16fcc1e410a2e4a53d.tar.bz2 aports-e6b4a901e9b25cd664d56c16fcc1e410a2e4a53d.tar.xz |
testing/oauth-toolkit: add linux-pam-dev to makedepends
Diffstat (limited to 'testing/oath-toolkit')
-rw-r--r-- | testing/oath-toolkit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/oath-toolkit/APKBUILD b/testing/oath-toolkit/APKBUILD index 0125ed235f..0339ddb6dd 100644 --- a/testing/oath-toolkit/APKBUILD +++ b/testing/oath-toolkit/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="various" depends="" depends_dev="perl cvs diffutils" -makedepends="$depends_dev" +makedepends="$depends_dev linux-pam-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-liboath $pkgname-oathtool $pkgname-pam_oath" source="http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-${pkgver}.tar.gz" |