aboutsummaryrefslogtreecommitdiff
path: root/misc
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 /misc
parentc07ac0c4d83c5645170e5f00a6388869a4899912 (diff)
downloadports-2c1ef9b64464ce01955e888ed68278c9249cb921.tar.gz
ports-2c1ef9b64464ce01955e888ed68278c9249cb921.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/rubygem-ohcount/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile
index 3ad2ca3258bb..115729c9a926 100644
--- a/misc/rubygem-ohcount/Makefile
+++ b/misc/rubygem-ohcount/Makefile
@@ -22,4 +22,9 @@ USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ohcount
-.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>
+