summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-18 22:24:14 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-18 22:24:14 +0000
commita29ac509e6c2bed8a2be8f7b47dd009fda44cc75 (patch)
treec178ce49491101fd4f67de14333ed7830c78271c /devel
parent- Update to 4.24.3 (diff)
- Mark broken with Ruby 1.9
With Hat: ruby@
Notes
Notes: svn path=/head/; revision=279988
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-getopt-declare/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/rubygem-getopt-declare/Makefile b/devel/rubygem-getopt-declare/Makefile
index e04a753ff17d..c21c9cbb0bc5 100644
--- a/devel/rubygem-getopt-declare/Makefile
+++ b/devel/rubygem-getopt-declare/Makefile
@@ -21,4 +21,8 @@ RUBYGEM_AUTOPLIST= yes
post-install:
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f -exec ${CHMOD} 644 '{}' ';'
-.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>