aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:46:18 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-09 21:46:18 +0000
commit2c1ef9b64464ce01955e888ed68278c9249cb921 (patch)
tree4136fdb27dfcf70a4323befc9f18e5d46d0252b8 /mail/rubygem-tmail
parentc07ac0c4d83c5645170e5f00a6388869a4899912 (diff)
downloadports-2c1ef9b64464ce01955e888ed68278c9249cb921.tar.gz
ports-2c1ef9b64464ce01955e888ed68278c9249cb921.zip
Notes
Diffstat (limited to 'mail/rubygem-tmail')
-rw-r--r--mail/rubygem-tmail/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
index 67843bf9b065..6e6fdf742308 100644
--- a/mail/rubygem-tmail/Makefile
+++ b/mail/rubygem-tmail/Makefile
@@ -17,4 +17,8 @@ USE_RUBYGEMS= yes
USE_RUBY_FEATURES= racc-runtime
RUBYGEM_AUTOPLIST= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not compile with ruby 1.9
+.endif
+.include <bsd.port.post.mk>