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 /devel/rubygem-zoom | |
parent | c07ac0c4d83c5645170e5f00a6388869a4899912 (diff) |
Notes
Diffstat (limited to 'devel/rubygem-zoom')
-rw-r--r-- | devel/rubygem-zoom/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/rubygem-zoom/Makefile b/devel/rubygem-zoom/Makefile index 3039bbc653c8..06a513ca054b 100644 --- a/devel/rubygem-zoom/Makefile +++ b/devel/rubygem-zoom/Makefile @@ -22,4 +22,8 @@ RUBYGEM_AUTOPLIST= yes CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" -.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> |