svn commit: r413117 - head/net-mgmt/telegraf

Palle Girgensohn girgen at FreeBSD.org
Tue Apr 12 14:12:58 UTC 2016


Author: girgen
Date: Tue Apr 12 14:12:57 2016
New Revision: 413117
URL: https://svnweb.freebsd.org/changeset/ports/413117

Log:
  telegraf does not build on i386

Modified:
  head/net-mgmt/telegraf/Makefile

Modified: head/net-mgmt/telegraf/Makefile
==============================================================================
--- head/net-mgmt/telegraf/Makefile	Tue Apr 12 13:37:19 2016	(r413116)
+++ head/net-mgmt/telegraf/Makefile	Tue Apr 12 14:12:57 2016	(r413117)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	go>=1.5.0:${PORTSDIR}/lang/go
 
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64
 
 USE_RC_SUBR=	telegraf
 


More information about the svn-ports-all mailing list