pkgsrc-WIP-changes archive

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

gnunet-go: correct path to go-gospel dependency



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat May 8 17:30:25 2021 +0200
Changeset:	09849badece545d85330b5282263bfaaf060657a

Modified Files:
	gnunet-go/Makefile

Log Message:
gnunet-go: correct path to go-gospel dependency

Still does not build, but now at least "make describe" works.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09849badece545d85330b5282263bfaaf060657a

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

diffstat:
 gnunet-go/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/gnunet-go/Makefile b/gnunet-go/Makefile
index cfee0b92fb..5ba03c2677 100644
--- a/gnunet-go/Makefile
+++ b/gnunet-go/Makefile
@@ -13,7 +13,6 @@ HOMEPAGE=	https://git.gnunet.org/gnunet-go.git/
 COMMENT=	GNUnet implementation in Go
 LICENSE=	gnu-agpl-v3
 
-GO_VERSION_DEFAULT=	113
 .include "../../mk/bsd.prefs.mk"
 
 GO_SRCPATH=		gnunet
@@ -22,6 +21,6 @@ GO_DIST_BASE=		gnunet-go/src/*
 .include "../../net/go-dns/buildlink3.mk"
 .include "../../security/go-crypto/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
-.include "../../wip/go-gospel/buildlink3.mk"
+.include "../../devel/go-gospel/buildlink3.mk"
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index