dns/knot-resolver: Remove redundant lang/go build dependency
go.mk already configures BUILD_DEPENDS, adding lang/go second time just adds a duplicate (and conflicting) dependency when another Go port (e.g. lang/go-devel) is selected with GO_PORT. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21793
This commit is contained in:
@@ -86,7 +86,6 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||
|
||||
GO_DESC= go
|
||||
GO_USES= go:no_targets
|
||||
GO_BUILD_DEPENDS= go>=1.5:lang/go
|
||||
#GO_MAKE_ARGS_ON= HAS_go=yes
|
||||
#GO_MAKE_ARGS_OFF= HAS_go=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user