diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-30 13:59:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-30 14:00:36 +0000 |
commit | 9290d03d7d0983d00d7149bfbc40cf6f531734fa (patch) | |
tree | 6df3a7ec1fa1b41c6012606e9987811d5af28768 /main/acf-freeswitch/APKBUILD | |
parent | dfe933b7227e91533200981cbc4a2ee51a5f5e51 (diff) | |
download | aports-9290d03d7d0983d00d7149bfbc40cf6f531734fa.tar.bz2 aports-9290d03d7d0983d00d7149bfbc40cf6f531734fa.tar.xz |
main/acf-freeswitch: enable again
freeswitch is now fixed so we can enable the acf module too
Diffstat (limited to 'main/acf-freeswitch/APKBUILD')
-rw-r--r-- | main/acf-freeswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/acf-freeswitch/APKBUILD b/main/acf-freeswitch/APKBUILD index f380a4a5d3..eb13368a80 100644 --- a/main/acf-freeswitch/APKBUILD +++ b/main/acf-freeswitch/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.0 pkgrel=1 pkgdesc="ACF for freeswitch" url="http://git.alpinelinux.org/cgit/acf-freeswitch" -arch="" +arch="all" license="GPL-2" depends="acf-core lua freeswitch" makedepends="" |