diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-02-22 23:19:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-02-22 23:19:29 +0000 |
commit | 1da83609f612b564a17e0eb1dd46efb40213ee8a (patch) | |
tree | 10255d3dd51c4d923c0061b3a14081f49f4ee192 /graphics/ruby-gdk_pixbuf2/Makefile | |
parent | 542efaefd7c5bf02883e13881621fc99047cde3c (diff) | |
download | ports-1da83609f612b564a17e0eb1dd46efb40213ee8a.tar.gz ports-1da83609f612b564a17e0eb1dd46efb40213ee8a.zip |
Notes
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2/Makefile')
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 70fba9320508..115516e53ba0 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} +DEPRECATED= Use rubygem-gdk_pixbuf2 instead +EXPIRATION_DATE=2014-03-23 + NO_STAGE= yes .include "${MASTERDIR}/Makefile.common" @@ -46,4 +49,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> |