diff options
Diffstat (limited to 'graphics/ruby-rsvg2/Makefile')
-rw-r--r-- | graphics/ruby-rsvg2/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/ruby-rsvg2/Makefile b/graphics/ruby-rsvg2/Makefile index ebf5ed09e29c..2f986dc907f2 100644 --- a/graphics/ruby-rsvg2/Makefile +++ b/graphics/ruby-rsvg2/Makefile @@ -25,6 +25,9 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +DEPRECATED= Use rubygem-rsvg2 instead +EXPIRATION_DATE=2014-03-23 + NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" @@ -45,4 +48,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> |