diff options
author | swills <swills@FreeBSD.org> | 2014-02-23 07:19:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-23 07:19:29 +0800 |
commit | 7ac9753d132a14350f4ed38b4ace31bf69d9322b (patch) | |
tree | 10255d3dd51c4d923c0061b3a14081f49f4ee192 /x11-toolkits/ruby-gtk2 | |
parent | 807d5afd63bb0994ea5f839a1b2b1a856d32f6fe (diff) | |
download | freebsd-ports-gnome-7ac9753d132a14350f4ed38b4ace31bf69d9322b.tar.gz freebsd-ports-gnome-7ac9753d132a14350f4ed38b4ace31bf69d9322b.tar.zst freebsd-ports-gnome-7ac9753d132a14350f4ed38b4ace31bf69d9322b.zip |
- Mark as broken with Ruby 2.0 and 2.1
- Mark deprecated in favor of rubygem- versions
Diffstat (limited to 'x11-toolkits/ruby-gtk2')
-rw-r--r-- | x11-toolkits/ruby-gtk2/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index c78f19c55a04..974c17d9ea8c 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -28,6 +28,9 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +DEPRECATED= Use rubygem-gtk2 instead +EXPIRATION_DATE=2014-03-23 + NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" @@ -67,4 +70,10 @@ post-install: .endfor .endif -.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> |