diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-xdr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ruby-xdr/Makefile b/net/ruby-xdr/Makefile index 9b7315d26d1..92479b9cc42 100644 --- a/net/ruby-xdr/Makefile +++ b/net/ruby-xdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/01/20 14:41:10 taca Exp $ +# $NetBSD: Makefile,v 1.3 2020/03/21 20:26:17 tnn Exp $ DISTNAME= xdr-3.0.0 CATEGORIES= net @@ -8,8 +8,9 @@ HOMEPAGE= https://github.com/stellar/ruby-xdr COMMENT= XDR helper library for Ruby LICENSE= apache-2.0 -DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.7:../../devel/ruby-activemodel42 -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.7:../../devel/ruby-activesupport42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.7:../../devel/ruby-activemodel42 +#DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.7:../../devel/ruby-activesupport42 +BROKEN= "rails 4.2 was removed" USE_LANGUAGES= # none |