aboutsummaryrefslogtreecommitdiff
path: root/net-im/rubygem-xmpp4r
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-04 17:46:12 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-04 17:46:12 +0000
commite7abcc4e4ee262b2727f97644e3f430fe30c0063 (patch)
treed8e34ebc3edb0a67e5e17670cee70522b4cc5eb1 /net-im/rubygem-xmpp4r
parent071f10abba59af940bdb187f7a08d674edda932c (diff)
downloadports-e7abcc4e4ee262b2727f97644e3f430fe30c0063.tar.gz
ports-e7abcc4e4ee262b2727f97644e3f430fe30c0063.zip
Notes
Diffstat (limited to 'net-im/rubygem-xmpp4r')
-rw-r--r--net-im/rubygem-xmpp4r/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile
index 17370c01a020..568e25a74fe5 100644
--- a/net-im/rubygem-xmpp4r/Makefile
+++ b/net-im/rubygem-xmpp4r/Makefile
@@ -18,4 +18,8 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
+.include <bsd.port.post.mk>