summaryrefslogtreecommitdiffstats
path: root/main/ruby-json
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-01-21 23:12:14 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-01-28 07:50:53 +0000
commit0fe92c755a93e8ccdef51a4132c11886c75e84a3 (patch)
tree7092ef2860c2152ff46ea7ebd7108e626d72c385 /main/ruby-json
parente73b9dfb1b2d7710e5d42038b2fb1411037427c8 (diff)
downloadaports-0fe92c755a93e8ccdef51a4132c11886c75e84a3.tar.bz2
aports-0fe92c755a93e8ccdef51a4132c11886c75e84a3.tar.xz
/main/ruby-json: name fix ()maybe it will be used in the future)
Diffstat (limited to 'main/ruby-json')
-rw-r--r--main/ruby-json/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby-json/APKBUILD b/main/ruby-json/APKBUILD
index de8bbf046..ada4e4ce9 100644
--- a/main/ruby-json/APKBUILD
+++ b/main/ruby-json/APKBUILD
@@ -8,13 +8,13 @@ url="http://json-jruby.rubyforge.org/"
arch="all"
license="MIT"
depends="ruby"
-depends_dev=
+depends_dev=""
makedepends="$depends_dev ruby-gems ruby-dev"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"
-_builddir="$srcdir"/$_realname-$pkgver
+_builddir="$srcdir"/$_gemname-$pkgver
build() {
return 0
}