pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ruby26-base
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 29 05:31:33 UTC 2020
Modified Files:
pkgsrc/lang/ruby26-base: Makefile
Log Message:
lang/ruby26-base/Makefile: add missing options.mk inclusion
Add misssing including "options.mk".
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ruby26-base/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ruby26-base/Makefile
diff -u pkgsrc/lang/ruby26-base/Makefile:1.8 pkgsrc/lang/ruby26-base/Makefile:1.9
--- pkgsrc/lang/ruby26-base/Makefile:1.8 Wed Mar 18 00:32:55 2020
+++ pkgsrc/lang/ruby26-base/Makefile Sun Mar 29 05:31:33 2020
@@ -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 @@ TEST_TARGET= test
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