svn commit: r450165 - head/lang/go

Julien Laffaye jlaffaye at FreeBSD.org
Tue Sep 19 20:32:00 UTC 2017


Author: jlaffaye
Date: Tue Sep 19 20:31:58 2017
New Revision: 450165
URL: https://svnweb.freebsd.org/changeset/ports/450165

Log:
  Remove .error introduced by error in r434383
  
  Reported by:	Lundin Cahill <lundincahill at gmail.com>

Modified:
  head/lang/go/Makefile

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Tue Sep 19 20:28:15 2017	(r450164)
+++ head/lang/go/Makefile	Tue Sep 19 20:31:58 2017	(r450165)
@@ -49,7 +49,6 @@ IGNORE=		unknown arch ${ARCH}
 .endif
 
 .if ${PORT_OPTIONS:MGO387}
-.error wat
 GO386=387
 .endif
 


More information about the svn-ports-all mailing list