pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/goplus
Module Name: pkgsrc
Committed By: nikita
Date: Wed Apr 19 13:22:32 UTC 2023
Modified Files:
pkgsrc/lang/goplus: Makefile
Log Message:
goplus: fix, stdlib still appears to be missing
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/goplus/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/goplus/Makefile
diff -u pkgsrc/lang/goplus/Makefile:1.2 pkgsrc/lang/goplus/Makefile:1.3
--- pkgsrc/lang/goplus/Makefile:1.2 Wed Apr 19 13:19:51 2023
+++ pkgsrc/lang/goplus/Makefile Wed Apr 19 13:22:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/19 13:19:51 nikita Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/19 13:22:32 nikita Exp $
DISTNAME= goplus-1.1.3
MASTER_SITES= ${MASTER_SITE_GITHUB:=goplus/}
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
USE_TOOLS+= bash:run
# https://github.com/goplus/gop/issues/1350
-DEPENDS+= go120-[0-9]*:../../lang/go119
+GO_VERSION_DEFAULT= 119
# cgo compiles under TMPDIR
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index