summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-11-01 13:50:59 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-11-01 13:50:59 +0100
commita3eb7624c72208c02fb4778c487ac9458436cca0 (patch)
treece49a8efe62cfd23fc1d366a4e7f7c6629bd328d
parente964900e404c5e19f3baf3354ce7a6f934f12628 (diff)
Fix libmythes to not use unknown options or omit build dependencies.
-rw-r--r--extra/libmythes/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libmythes/PKGBUILD b/extra/libmythes/PKGBUILD
index 360f2ecc8..b64e27dd8 100644
--- a/extra/libmythes/PKGBUILD
+++ b/extra/libmythes/PKGBUILD
@@ -9,7 +9,8 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://hunspell.sourceforge.net/ "
license=('custom')
depends=('glibc' 'perl')
-options=('force' '!libtool')
+makedepends=('hunspell')
+options=('!libtool')
provides=('mythes')
source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
md5sums=('54b310488dda6929cf31ae859928c945')