diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby21/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby22/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby23/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index b5953faecb68..b63c8bd81610 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -18,8 +18,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index 0365c76aa0c7..370c29aedb07 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -18,8 +18,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - MAKE_JOBS_UNSAFE= yes # Using LIB_DEPENDS finds the libffi from gcc which causes problems diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index 7bb6b74ade9c..2daf681fd2de 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -18,8 +18,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml |