svn commit: r310941 - head/lang/go

Julien Laffaye jlaffaye at FreeBSD.org
Thu Jan 24 19:11:46 UTC 2013


Author: jlaffaye
Date: Thu Jan 24 19:11:46 2013
New Revision: 310941
URL: http://svnweb.freebsd.org/changeset/ports/310941

Log:
  Add i386 to supported arch.

Modified:
  head/lang/go/Makefile

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Thu Jan 24 18:51:39 2013	(r310940)
+++ head/lang/go/Makefile	Thu Jan 24 19:11:46 2013	(r310941)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 		bison:${PORTSDIR}/devel/bison
 
 WRKSRC=		${WRKDIR}/go
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	i386 amd64
 SUB_FILES=	pkg-message
 SUB_LIST+=	GOOBJ=${GOOBJ} \
 		ARCH=${GOARCH}


More information about the svn-ports-head mailing list