c0bae9d513
The maintainers of ruby have changed the shared library naming scheme for FreeBSD and DragonFly: For ruby18, it's libruby18.so.18 (last part = RUBY_VER) For ruby19, it's libruby19.so.19 (last part = RUBY_VER) for ruby193, it's libruby193.so.191 (last part derived from API, not version) The rubyversion.mk was never updated to reflect that, and as a result ruby 1.9.3 has never built on DragonFly. This commit will allow lang/ruby193-base package to build. |
||
---|---|---|
.. | ||
files | ||
buildlink3.mk | ||
DESCR | ||
gem.mk | ||
json.mk | ||
Makefile | ||
Makefile.common | ||
modules.mk | ||
rails.mk | ||
rdoc.mk | ||
replace.mk | ||
rubyversion.mk |