diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-13 22:44:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-13 22:44:50 +0800 |
commit | cb94737816cc3820a58be638a68842c8fa86f31e (patch) | |
tree | ec54716e02958474ee3e75451c8398d8b9f7aa8e | |
parent | ad2b503a8d4276d114756efe0cb38bcd9d1e4e37 (diff) | |
download | freebsd-ports-gnome-cb94737816cc3820a58be638a68842c8fa86f31e.tar.gz freebsd-ports-gnome-cb94737816cc3820a58be638a68842c8fa86f31e.tar.zst freebsd-ports-gnome-cb94737816cc3820a58be638a68842c8fa86f31e.zip |
Use BROKEN_RUBY
With hat: ruby
-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> |