summaryrefslogtreecommitdiff
path: root/extra/ruby
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-06 15:48:13 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-06 15:48:13 -0300
commitc81af00236132639748f465ae30c49c6a91cb506 (patch)
tree4bb77ae207f3c7c1662386eedbe50debd25d7a69 /extra/ruby
parent444a90452ae376233696c8f7ff20326553af3ed9 (diff)
Several updates, libwebkit patched for n32
Diffstat (limited to 'extra/ruby')
-rw-r--r--extra/ruby/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD
index fe18cff28..68afc9243 100644
--- a/extra/ruby/PKGBUILD
+++ b/extra/ruby/PKGBUILD
@@ -13,6 +13,8 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://www.ruby-lang.org/en/"
license=('custom')
makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz')
+[ "$CARCH" = "mips64el" ] && \
+makedepends=('openssl' 'tk' 'libffi' 'doxygen')
options=('!emptydirs')
source=("ftp://ftp.ruby-lang.org/pub/${pkgbase}/1.9/${pkgbase}-${pkgver//_/-}.tar.bz2")
md5sums=('68510eeb7511c403b91fe5476f250538')