pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby26-base lang/ruby26-base/Makefile: add missin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/232a6284fe72
branches:  trunk
changeset: 426246:232a6284fe72
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 29 05:31:33 2020 +0000

description:
lang/ruby26-base/Makefile: add missing options.mk inclusion

Add misssing including "options.mk".

diffstat:

 lang/ruby26-base/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 52877f91d87b -r 232a6284fe72 lang/ruby26-base/Makefile
--- a/lang/ruby26-base/Makefile Sun Mar 29 05:26:54 2020 +0000
+++ b/lang/ruby26-base/Makefile Sun Mar 29 05:31:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/03/18 00:32:55 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/29 05:31:33 taca Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -20,6 +20,7 @@
 CONFIGURE_ARGS+=       --enable-shared --enable-install-static-library
 WRKSRC=                        ${RUBY_WRKSRC}
 
+.include "options.mk"
 .include "../../lang/ruby/platform.mk"
 
 .if !empty(RUBY_SUFFIX)



Home | Main Index | Thread Index | Old Index