aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/ruby-deplate/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/textproc/ruby-deplate/Makefile b/textproc/ruby-deplate/Makefile
index c52800d1d1f5..454f50ba4cbb 100644
--- a/textproc/ruby-deplate/Makefile
+++ b/textproc/ruby-deplate/Makefile
@@ -20,4 +20,13 @@ USES= zip
USE_RUBY= yes
USE_RUBY_SETUP= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-build:
+ ${RM} -r ${WRKSRC}/lib/deplate/themes/navbar-right.html
+
+.if ${RUBY_VER} >= 2.2
+BROKEN= Does not build
+.endif
+
+.include <bsd.port.post.mk>