pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jan  1 12:02:22 UTC 2024

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel: Enable bazel


To generate a diff of this commit:
cvs rdiff -u -r1.4151 -r1.4152 pkgsrc/devel/Makefile

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4151 pkgsrc/devel/Makefile:1.4152
--- pkgsrc/devel/Makefile:1.4151        Tue Dec 19 09:49:23 2023
+++ pkgsrc/devel/Makefile       Mon Jan  1 12:02:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4151 2023/12/19 09:49:23 pin Exp $
+# $NetBSD: Makefile,v 1.4152 2024/01/01 12:02:22 ryoon Exp $
 #
 
 COMMENT=       Development utilities
@@ -170,6 +170,7 @@ SUBDIR+=    avl
 SUBDIR+=       avltree
 SUBDIR+=       bam
 SUBDIR+=       bats
+SUBDIR+=       bazel
 SUBDIR+=       bcc
 SUBDIR+=       bfg
 SUBDIR+=       bglibs



Home | Main Index | Thread Index | Old Index