diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-19 21:37:18 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-19 21:37:18 +0800 |
commit | fbaef55e20abd747c86b0b2ed72f05662fa48d11 (patch) | |
tree | d0d8d0dd11c0dcd0afe6821e70e4ef2006436b84 /lang | |
parent | f6b442c065c2dd10bba9533441de08be328dfdd4 (diff) | |
download | freebsd-ports-gnome-fbaef55e20abd747c86b0b2ed72f05662fa48d11.tar.gz freebsd-ports-gnome-fbaef55e20abd747c86b0b2ed72f05662fa48d11.tar.zst freebsd-ports-gnome-fbaef55e20abd747c86b0b2ed72f05662fa48d11.zip |
We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.
Sponsored by: Absolight
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rubinius/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index a59fd6c9036d..683d3fe73bff 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \ BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_11= does not build +BROKEN_FreeBSD_12= does not build BROKEN_RUBY22= yes BROKEN_RUBY23= yes |