svn commit: r560819 - head/security/govpn

Dmitri Goutnik dmgk at FreeBSD.org
Fri Jan 8 23:51:15 UTC 2021


Author: dmgk
Date: Fri Jan  8 23:51:15 2021
New Revision: 560819
URL: https://svnweb.freebsd.org/changeset/ports/560819

Log:
  security/govpn: Unbreak with go1.16
  
  PR:		252520
  Approved by:	Sergey Matveev <stargrave at stargrave.org> (maintainer)

Modified:
  head/security/govpn/Makefile

Modified: head/security/govpn/Makefile
==============================================================================
--- head/security/govpn/Makefile	Fri Jan  8 23:13:24 2021	(r560818)
+++ head/security/govpn/Makefile	Fri Jan  8 23:51:15 2021	(r560819)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		go:no_targets tar:xz
 MAKEFILE=	BSDmakefile
+MAKE_ENV=	${GO_ENV}
 
 PORTDOCS=	AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS
 INFO=		govpn


More information about the svn-ports-all mailing list