diff options
Diffstat (limited to 'main/hylafax')
-rw-r--r-- | main/hylafax/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/hylafax/APKBUILD b/main/hylafax/APKBUILD index db7b07b5c7..32c47c9c21 100644 --- a/main/hylafax/APKBUILD +++ b/main/hylafax/APKBUILD @@ -5,7 +5,7 @@ pkgver=6.0.5 pkgrel=0 pkgdesc="Sends and receives faxes" url="http://www.hylafax.org/" -arch="x86 x86_64" +arch="all" license="custom" #depends on gcc for libgcc_s.so, it's scripts are hardcoded to bash depends="ghostscript bash" |