diff options
| -rw-r--r-- | databases/postgresql-plruby/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 65de7053857a..6a336a42d846 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -56,10 +56,8 @@ post-install-DOCS-on: ${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \ 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} -.include <bsd.port.pre.mk> +BROKEN_RUBY22= yes +BROKEN_RUBY23= yes +BROKEN_RUBY24= yes -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
