diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-21 16:00:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-21 16:00:48 +0000 |
commit | 88cdba975dd6002da5575897d1df574308ce5e4a (patch) | |
tree | af3d44d220ed37740e991de3d1651fb84965903f /testing/openvpn-auth-ldap | |
parent | 94314898aadfdfff71c453befb9d398d97157a63 (diff) | |
download | aports-88cdba975dd6002da5575897d1df574308ce5e4a.tar.bz2 aports-88cdba975dd6002da5575897d1df574308ce5e4a.tar.xz |
testing/openvpn-auth-ldap: build fix
Diffstat (limited to 'testing/openvpn-auth-ldap')
-rw-r--r-- | testing/openvpn-auth-ldap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openvpn-auth-ldap/APKBUILD b/testing/openvpn-auth-ldap/APKBUILD index dd2a392fd..98d98a20c 100644 --- a/testing/openvpn-auth-ldap/APKBUILD +++ b/testing/openvpn-auth-ldap/APKBUILD @@ -8,7 +8,7 @@ url="http://code.google.com/p/openvpn-auth-ldap/" arch="x86 x86_64" license="GPL" depends= -makedepends="openvpn re2c openldap-dev objc" +makedepends="openvpn re2c openldap-dev" install= subpackages= source="http://openvpn-auth-ldap.googlecode.com/files/auth-ldap-$pkgver.tar.gz |