diff options
-rw-r--r-- | devel/ruby-flex_rb/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-gdchart/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/ruby-flex_rb/Makefile b/devel/ruby-flex_rb/Makefile index cf71f07..9a5e534 100644 --- a/devel/ruby-flex_rb/Makefile +++ b/devel/ruby-flex_rb/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby flex regular expression matching extension +BROKEN= Does not compile + USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/graphics/ruby-gdchart/Makefile b/graphics/ruby-gdchart/Makefile index 5bed825..476172e 100644 --- a/graphics/ruby-gdchart/Makefile +++ b/graphics/ruby-gdchart/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension to use the GDCHART library +BROKEN= Does not compile + BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart USE_RUBY= yes |