199f549fad
Restrict ruby-redmine depending pacakges to ruby22 only.
20 lines
567 B
Text
20 lines
567 B
Text
# $NetBSD: Makefile.common,v 1.4 2017/09/30 15:48:42 taca Exp $
|
|
#
|
|
# used by devel/ruby-redmine-flatly-light-theme/Makefile
|
|
# used by devel/ruby-redmine-gitmike-theme/Makefile
|
|
# used by devel/ruby-redmine-minimalflat-theme/Makefile
|
|
# used by devel/ruby-redmine-red-andy-theme/Makefile
|
|
|
|
CATEGORIES= devel
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 22
|
|
|
|
.include "../../lang/ruby/rubyversion.mk"
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-redmine-[0-9]*:../../devel/ruby-redmine
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
REDMINE_THEMEDIR= share/${RUBY_PKGPREFIX}-redmine/app/public/themes
|