pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/asdf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb  8 11:16:03 UTC 2025

Modified Files:
        pkgsrc/devel/asdf: Makefile

Log Message:
asdf: this needs a C compiler


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/asdf/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/asdf/Makefile
diff -u pkgsrc/devel/asdf/Makefile:1.13 pkgsrc/devel/asdf/Makefile:1.14
--- pkgsrc/devel/asdf/Makefile:1.13     Wed Feb  5 05:00:52 2025
+++ pkgsrc/devel/asdf/Makefile  Sat Feb  8 11:16:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/02/05 05:00:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/08 11:16:03 wiz Exp $
 
 DISTNAME=              asdf-0.16.1
 CATEGORIES=            devel
@@ -12,7 +12,7 @@ LICENSE=              mit
 
 DEPENDS+=              git-base-[0-9]*:../../devel/git-base
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES=         c
 
 AUTO_MKDIRS=           yes
 



Home | Main Index | Thread Index | Old Index