diff options
author | swills <swills@FreeBSD.org> | 2016-06-27 22:50:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-06-27 22:50:03 +0800 |
commit | 7b3609068acef366bb12596b5346ed4fef137cdf (patch) | |
tree | 8768d6612ab68d70a2f41d535d2049b55a4f5b7c /lang | |
parent | f5b81904c8475d2d8a9a01184f00f386c094f499 (diff) | |
download | freebsd-ports-gnome-7b3609068acef366bb12596b5346ed4fef137cdf.tar.gz freebsd-ports-gnome-7b3609068acef366bb12596b5346ed4fef137cdf.tar.zst freebsd-ports-gnome-7b3609068acef366bb12596b5346ed4fef137cdf.zip |
lang/ruby2?: Actually unmark broken
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 |