aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-05 01:46:12 +0800
committerswills <swills@FreeBSD.org>2011-07-05 01:46:12 +0800
commit4590f93703cffdb21144e0bcdffee1e318b6b5d1 (patch)
tree12128d966c4353f14b667aef4bca4d4f66061324 /security
parentecff26c2f706f755a5e964a3cac1953e282e07f0 (diff)
downloadfreebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.tar.gz
freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.tar.zst
freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.zip
- Mark as broken with Ruby 1.9
Approved by: portmgr
Diffstat (limited to 'security')
-rw-r--r--security/ruby-acl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile
index 029aa94ec4bb..dd055aa53d7e 100644
--- a/security/ruby-acl/Makefile
+++ b/security/ruby-acl/Makefile
@@ -37,4 +37,8 @@ post-install:
${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
+.include <bsd.port.post.mk>