pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-actionpack-xml_parser textproc/ruby-acti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4db0084e47ce
branches:  trunk
changeset: 384582:4db0084e47ce
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 01 16:42:12 2022 +0000

description:
textproc/ruby-actionpack-xml_parser: fix build problem

Fix build problem when RUBY_RAILS's version is specified.

diffstat:

 textproc/ruby-actionpack-xml_parser/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d2e8eef95ac -r 4db0084e47ce textproc/ruby-actionpack-xml_parser/Makefile
--- a/textproc/ruby-actionpack-xml_parser/Makefile      Thu Sep 01 16:34:50 2022 +0000
+++ b/textproc/ruby-actionpack-xml_parser/Makefile      Thu Sep 01 16:42:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/25 15:17:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/01 16:42:12 taca Exp $
 
 DISTNAME=      actionpack-xml_parser-2.0.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/actionpack/actionpack${RUBY_RAILS}/}
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES= # none
 
-RUBY_RAILS_ACCEPTED=   # defined
+RUBY_RAILS_ACCEPTED?=  ${RUBY_RAILS}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index