pkgsrc-WIP-changes archive

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

radare2-git: Mark nodejs as optional



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jul 22 21:53:37 2016 +0200
Changeset:	4c4870c7229b0f50d6b5ac8dd13462b52ed3b31c

Modified Files:
	radare2-git/Makefile

Log Message:
radare2-git: Mark nodejs as optional

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c4870c7229b0f50d6b5ac8dd13462b52ed3b31c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 radare2-git/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/radare2-git/Makefile b/radare2-git/Makefile
index 249057c..db24f44 100644
--- a/radare2-git/Makefile
+++ b/radare2-git/Makefile
@@ -25,7 +25,8 @@ REPLACE.node.old=	.*node[^ ]*
 REPLACE.node.new=	${LOCALBASE}/bin/node
 REPLACE_FILES.node=	shlr/www/m/vendors/fonts/iconjar-map.js
 
-DEPENDS+=	nodejs-[0-9]*:../../lang/nodejs
+# Optional
+# DEPENDS+=	nodejs-[0-9]*:../../lang/nodejs
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index