summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-04-17 18:52:22 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-04-17 18:52:22 +0000
commitf8057f956f35d978e83b512f055b6298165375ad (patch)
tree8dc2cd626cc733a95801033d0556cdac005b1aeb /www
parented11c3f23c11247a3776394964c2ffb2ce7cde99 (diff)
downloadpkgsrc-f8057f956f35d978e83b512f055b6298165375ad.tar.gz
apisprout: allow use of cgo
Fixes build with Go 1.18.
Diffstat (limited to 'www')
-rw-r--r--www/apisprout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apisprout/Makefile b/www/apisprout/Makefile
index dbbfe7755c6..a97b5b1e04d 100644
--- a/www/apisprout/Makefile
+++ b/www/apisprout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/04/13 07:50:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/17 18:52:22 bsiegert Exp $
DISTNAME= apisprout-1.3.0
PKGREVISION= 5
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/danielgtaylor/apisprout/
COMMENT= Lightweight, fast, validating OpenAPI 3 mock server
LICENSE= mit
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
GO_BUILD_PATTERN+= .