aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-04-03 12:23:13 +0000
committerSteve Wills <swills@FreeBSD.org>2015-04-03 12:23:13 +0000
commitb84bb74821d29b9f2263c82845d73e72e7c35173 (patch)
treea7a4d8482f1c00682950f82498077820e157235c
parent0049b0947d6157ba69a1ce1db1822627c7c9ffc0 (diff)
downloadports-b84bb74821d29b9f2263c82845d73e72e7c35173.tar.gz
ports-b84bb74821d29b9f2263c82845d73e72e7c35173.zip
Notes
-rw-r--r--mail/ruby-rmail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ruby-rmail/Makefile b/mail/ruby-rmail/Makefile
index a1a4f61faca5..8f8ae930df5b 100644
--- a/mail/ruby-rmail/Makefile
+++ b/mail/ruby-rmail/Makefile
@@ -29,4 +29,10 @@ post-install:
${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+BROKEN= Does not build
+.endif
+
+.include <bsd.port.post.mk>