aboutsummaryrefslogtreecommitdiffstats
path: root/security/ruby-aes
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-04-11 02:18:09 +0800
committerswills <swills@FreeBSD.org>2011-04-11 02:18:09 +0800
commit281bb1cc1dbe6939d53f27733cf8d537050e20dc (patch)
treea39d720d5dc4e88e9d857aa56f5975a7da5ffc57 /security/ruby-aes
parent5ab67ad7a6d341b9e28e7508912c27da5cd45c4c (diff)
downloadfreebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.gz
freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.tar.zst
freebsd-ports-gnome-281bb1cc1dbe6939d53f27733cf8d537050e20dc.zip
- Mark broken with Ruby 1.9
Diffstat (limited to 'security/ruby-aes')
-rw-r--r--security/ruby-aes/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ruby-aes/Makefile b/security/ruby-aes/Makefile
index 70d9f9877b39..8cd6ca20c38a 100644
--- a/security/ruby-aes/Makefile
+++ b/security/ruby-aes/Makefile
@@ -39,4 +39,8 @@ post-install:
.endfor
.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>