aboutsummaryrefslogtreecommitdiff
path: root/x11/ruby-gnome2
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-02-22 23:19:29 +0000
committerSteve Wills <swills@FreeBSD.org>2014-02-22 23:19:29 +0000
commit1da83609f612b564a17e0eb1dd46efb40213ee8a (patch)
tree10255d3dd51c4d923c0061b3a14081f49f4ee192 /x11/ruby-gnome2
parent542efaefd7c5bf02883e13881621fc99047cde3c (diff)
downloadports-1da83609f612b564a17e0eb1dd46efb40213ee8a.tar.gz
ports-1da83609f612b564a17e0eb1dd46efb40213ee8a.zip
Notes
Diffstat (limited to 'x11/ruby-gnome2')
-rw-r--r--x11/ruby-gnome2/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11/ruby-gnome2/Makefile b/x11/ruby-gnome2/Makefile
index 34fcfef3eea4..dbaed3b09602 100644
--- a/x11/ruby-gnome2/Makefile
+++ b/x11/ruby-gnome2/Makefile
@@ -28,7 +28,16 @@ NO_STAGE= yes
NO_BUILD= yes
+DEPRECATED= Use rubygem-gnome2 instead
+EXPIRATION_DATE=2014-03-23
+
do-install:
@${DO_NADA}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} != 1.9
+BROKEN= Does not work with Ruby 2.x
+.endif
+
+.include <bsd.port.post.mk>