diff options
Diffstat (limited to 'www/redmine51/Makefile')
-rw-r--r-- | www/redmine51/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/redmine51/Makefile b/www/redmine51/Makefile index deb9d9d44d17..ae1d3e4f7c23 100644 --- a/www/redmine51/Makefile +++ b/www/redmine51/Makefile @@ -78,7 +78,11 @@ THIN_RUN_DEPENDS= rubygem-thin>=1.6.2:www/rubygem-thin THIN_SUB_LIST= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} THIN_VARS= USE_RC_SUBR=redmine -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 3.3 +BROKEN= ruby 3.3 and later is not supported +.endif post-extract: @${RM} -r ${WRKSRC}/.hgignore ${WRKSRC}/.gitignore ${WRKSRC}/.github \ @@ -121,4 +125,4 @@ post-install: ${RM} ${STAGEDIR}${WWWDIR}/package.json \ ${STAGEDIR}${WWWDIR}/yarn.lock -.include <bsd.port.mk> +.include <bsd.port.post.mk> |