aboutsummaryrefslogtreecommitdiff
path: root/security/crowdsec-firewall-bouncer
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-05-29 21:54:42 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-06-06 18:19:10 +0000
commitb16eb860cc492d498eea6df7f481c93bbc851167 (patch)
treead4432a88cbf1b356c7f65aa9cb308f495f59123 /security/crowdsec-firewall-bouncer
parent3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1 (diff)
downloadports-b16eb860cc492d498eea6df7f481c93bbc851167.tar.gz
ports-b16eb860cc492d498eea6df7f481c93bbc851167.zip
*/*: Repair after switching to versioned Go ports
- Add 1.17 to USES=go for ports that still need go117, remove GO_PORT; - Add missing ${SETENV} ${MAKE_ENV} to repair BINARY_ALIAS; - Remove explicit dependencies on lang/go. PR: 264336 Reviewed by: ygy jwb yuri mikael drtr0jan@yandex.ru decke mat Differential Revision: https://reviews.freebsd.org/D35346
Diffstat (limited to 'security/crowdsec-firewall-bouncer')
-rw-r--r--security/crowdsec-firewall-bouncer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/crowdsec-firewall-bouncer/Makefile b/security/crowdsec-firewall-bouncer/Makefile
index db4d992dcf88..427f7f3e659a 100644
--- a/security/crowdsec-firewall-bouncer/Makefile
+++ b/security/crowdsec-firewall-bouncer/Makefile
@@ -9,10 +9,9 @@ COMMENT= CrowdSec bouncer written in golang for firewalls
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= git:devel/git@lite \
- go:lang/go
+BUILD_DEPENDS= git:devel/git@lite
-USES= gmake
+USES= gmake go:no_targets
USE_GITHUB= yes
GH_ACCOUNT= crowdsecurity