pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri May  4 04:29:46 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile

Log Message:
lang/nodejs: Include options.mk to enable options


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.127 pkgsrc/lang/nodejs/Makefile:1.128
--- pkgsrc/lang/nodejs/Makefile:1.127   Thu May  3 21:19:16 2018
+++ pkgsrc/lang/nodejs/Makefile Fri May  4 04:29:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2018/05/03 21:19:16 fhajny Exp $
+# $NetBSD: Makefile,v 1.128 2018/05/04 04:29:46 minskim Exp $
 
 DISTNAME=      node-v10.0.0
 
@@ -14,6 +14,8 @@ CONFIGURE_ARGS+=      --with-intl=system-icu
 
 CHECK_PORTABILITY_SKIP+=       deps/openssl/openssl/.travis-create-release.sh
 
+.include "options.mk"
+
 .include "../../lang/nodejs/Makefile.common"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../www/nghttp2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index