diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-13 14:44:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-13 14:44:50 +0000 |
commit | 2b626bef0fb1166137a4909182f9af2af730a1ba (patch) | |
tree | ec54716e02958474ee3e75451c8398d8b9f7aa8e /databases/postgresql-plruby | |
parent | Update to 0.12.1 (diff) |
Use BROKEN_RUBY
With hat: ruby
Notes
Notes:
svn path=/head/; revision=431391
Diffstat (limited to 'databases/postgresql-plruby')
-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> |