pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/codelite



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct  5 14:23:05 UTC 2019

Modified Files:
        pkgsrc/editors/codelite: Makefile

Log Message:
codelite: nodejs dependency


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/codelite/Makefile

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

Modified files:

Index: pkgsrc/editors/codelite/Makefile
diff -u pkgsrc/editors/codelite/Makefile:1.24 pkgsrc/editors/codelite/Makefile:1.25
--- pkgsrc/editors/codelite/Makefile:1.24       Mon Sep 30 15:36:43 2019
+++ pkgsrc/editors/codelite/Makefile    Sat Oct  5 14:23:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/09/30 15:36:43 nia Exp $
+# $NetBSD: Makefile,v 1.25 2019/10/05 14:23:05 nia Exp $
 
 DISTNAME=      codelite-13.0
 PKGREVISION=   1
@@ -69,6 +69,7 @@ REPLACE_PYTHON+=      codelite_open_helper.py
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/codelite
 
 .include "../../lang/nodejs/application.mk"
+.include "../../lang/nodejs/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index