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:   joerg
Date:           Wed Apr 15 22:52:45 UTC 2020

Modified Files:
        pkgsrc/editors/codelite: Makefile

Log Message:
Installs node script, so depend on it. Bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/editors/codelite/Makefile:1.31
--- pkgsrc/editors/codelite/Makefile:1.30       Sun Apr 12 08:28:35 2020
+++ pkgsrc/editors/codelite/Makefile    Wed Apr 15 22:52:45 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2020/04/12 08:28:35 adam Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/15 22:52:45 joerg Exp $
 
 DISTNAME=      codelite-14.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    editors x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=eranif/}
 
@@ -65,6 +65,7 @@ LDFLAGS+=     ${COMPILER_RPATH_FLAG}${PREFIX
 BUILDLINK_TRANSFORM+=  opt:-std=c++11:-std=gnu++11 # alloca
 
 .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