pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Dec 16 09:55:52 UTC 2018

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
Enable scala-sbt


To generate a diff of this commit:
cvs rdiff -u -r1.502 -r1.503 pkgsrc/lang/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/Makefile
diff -u pkgsrc/lang/Makefile:1.502 pkgsrc/lang/Makefile:1.503
--- pkgsrc/lang/Makefile:1.502  Sat Dec 15 17:13:52 2018
+++ pkgsrc/lang/Makefile        Sun Dec 16 09:55:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.502 2018/12/15 17:13:52 taca Exp $
+# $NetBSD: Makefile,v 1.503 2018/12/16 09:55:52 ryoon Exp $
 #
 
 COMMENT=       Programming languages
@@ -252,6 +252,7 @@ SUBDIR+=    sablevm-classpath-gui
 SUBDIR+=       sather
 SUBDIR+=       sbcl
 SUBDIR+=       scala
+SUBDIR+=       scala-sbt
 SUBDIR+=       scheme48
 SUBDIR+=       scm
 SUBDIR+=       see



Home | Main Index | Thread Index | Old Index