aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-linecache
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 /devel/rubygem-linecache
parentc07ac0c4d83c5645170e5f00a6388869a4899912 (diff)
Notes
Diffstat (limited to 'devel/rubygem-linecache')
-rw-r--r--devel/rubygem-linecache/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/rubygem-linecache/Makefile b/devel/rubygem-linecache/Makefile
index 2ac22da37e7c..ee15f04e10cb 100644
--- a/devel/rubygem-linecache/Makefile
+++ b/devel/rubygem-linecache/Makefile
@@ -16,4 +16,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 work with ruby 1.9
+.endif
+.include <bsd.port.post.mk>