diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 20:07:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-30 20:07:14 +0200 |
commit | 33a1238e6c940033d1155c188dcb3adad8187932 (patch) | |
tree | c4d594145ef7672e76a4c821cdb4e4d5eb8fb81f /package/ruby | |
parent | 27767d6da4e2dfd2505adff10a88b404831f3f6d (diff) |
more FreeBSD fixes and package updates
Diffstat (limited to 'package/ruby')
-rw-r--r-- | package/ruby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index a05372ca8..ea4e8b7a8 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -12,6 +12,7 @@ PKG_SECTION:= lang PKG_NOPARALLEL:= 1 PKG_URL:= http://www.ruby-lang.org PKG_SITES:= ftp://ftp.ruby-lang.org/pub/ruby/ +PKG_HOST_DEPENDS:= !freebsd DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-p429.tar.gz WRKDIST= ${WRKDIR}/${PKG_NAME}-1.9.1-p429 |