aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-04-04 12:16:53 +0000
committerSteve Wills <swills@FreeBSD.org>2015-04-04 12:16:53 +0000
commit807b9899e29c910dc86fb30e05493bda3e77ce71 (patch)
treeb491f906149961448a2d0e8a750ca208bcd16b1e /textproc
parent99010fa94069a18842766698c8758ceddf5b51eb (diff)
Notes
Diffstat (limited to 'textproc')
-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>