diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-calendar/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-date2/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-langscan/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-rbbr/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-active_scaffold/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-blockenspiel/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-devise/Makefile | 2 |
7 files changed, 10 insertions, 0 deletions
diff --git a/devel/ruby-calendar/Makefile b/devel/ruby-calendar/Makefile index 50b10f003f72..005d3d963c1d 100644 --- a/devel/ruby-calendar/Makefile +++ b/devel/ruby-calendar/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby modules to handle various calendars BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile index 728dacacc419..3149b36689d4 100644 --- a/devel/ruby-date2/Makefile +++ b/devel/ruby-date2/Makefile @@ -12,6 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Alternative date class for Ruby BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/devel/ruby-langscan/Makefile b/devel/ruby-langscan/Makefile index 875dacf83a69..49df753affbf 100644 --- a/devel/ruby-langscan/Makefile +++ b/devel/ruby-langscan/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= flex>=2.5.31:${PORTSDIR}/textproc/flex BROKEN_RUBY21= yes BROKEN_RUBY22= yes +BROKEN_RUBY23= yes USES= perl5 USE_AUTOTOOLS= aclocal:env automake:env autoconf:env diff --git a/devel/ruby-rbbr/Makefile b/devel/ruby-rbbr/Makefile index 165a539e1f90..7519edc62474 100644 --- a/devel/ruby-rbbr/Makefile +++ b/devel/ruby-rbbr/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= rubygem-gettext>=0:${PORTSDIR}/devel/rubygem-gettext \ rubygem-gtk2>=0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 BROKEN_RUBY22= yes +BROKEN_RUBY23= yes OPTIONS_DEFINE= DOCS diff --git a/devel/rubygem-active_scaffold/Makefile b/devel/rubygem-active_scaffold/Makefile index a502fd87bfdc..95fddf86b9fe 100644 --- a/devel/rubygem-active_scaffold/Makefile +++ b/devel/rubygem-active_scaffold/Makefile @@ -19,4 +19,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + .include <bsd.port.mk> diff --git a/devel/rubygem-blockenspiel/Makefile b/devel/rubygem-blockenspiel/Makefile index 2fdfd4eb26c2..88d9d5908f59 100644 --- a/devel/rubygem-blockenspiel/Makefile +++ b/devel/rubygem-blockenspiel/Makefile @@ -15,4 +15,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + .include <bsd.port.mk> diff --git a/devel/rubygem-devise/Makefile b/devel/rubygem-devise/Makefile index a0c35f7306ee..2ec1ef5f9c4f 100644 --- a/devel/rubygem-devise/Makefile +++ b/devel/rubygem-devise/Makefile @@ -22,6 +22,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +BROKEN_RUBY23= yes + SLAVEDIRS= rubygem-devise-rails4 OPTIONS_SINGLE= RAILS |