diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-09 21:46:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-09 21:46:18 +0000 |
commit | 2c1ef9b64464ce01955e888ed68278c9249cb921 (patch) | |
tree | 4136fdb27dfcf70a4323befc9f18e5d46d0252b8 /mail/rubygem-tmail | |
parent | c07ac0c4d83c5645170e5f00a6388869a4899912 (diff) | |
download | ports-2c1ef9b64464ce01955e888ed68278c9249cb921.tar.gz ports-2c1ef9b64464ce01955e888ed68278c9249cb921.zip |
Notes
Diffstat (limited to 'mail/rubygem-tmail')
-rw-r--r-- | mail/rubygem-tmail/Makefile | 6 |
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> |