svn commit: r512859 - head/dns/knot-resolver
Dmitri Goutnik
dmgk at FreeBSD.org
Wed Sep 25 22:37:44 UTC 2019
Author: dmgk
Date: Wed Sep 25 22:37:43 2019
New Revision: 512859
URL: https://svnweb.freebsd.org/changeset/ports/512859
Log:
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
Modified:
head/dns/knot-resolver/Makefile
Modified: head/dns/knot-resolver/Makefile
==============================================================================
--- head/dns/knot-resolver/Makefile Wed Sep 25 22:09:02 2019 (r512858)
+++ head/dns/knot-resolver/Makefile Wed Sep 25 22:37:43 2019 (r512859)
@@ -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
More information about the svn-ports-all
mailing list