[Midnightbsd-cvs] mports [24427] trunk/lang/go14/Makefile: limit architectures

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 8 12:13:14 EDT 2018


Revision: 24427
          http://svnweb.midnightbsd.org/mports/?rev=24427
Author:   laffer1
Date:     2018-10-08 12:13:13 -0400 (Mon, 08 Oct 2018)
Log Message:
-----------
limit architectures

Modified Paths:
--------------
    trunk/lang/go14/Makefile

Modified: trunk/lang/go14/Makefile
===================================================================
--- trunk/lang/go14/Makefile	2018-10-02 18:44:18 UTC (rev 24426)
+++ trunk/lang/go14/Makefile	2018-10-08 16:13:13 UTC (rev 24427)
@@ -12,6 +12,8 @@
 
 LICENSE=	bsd3
 
+ONLY_FOR_ARCHS=amd64 armv6 armv7 i386
+
 USES=		compiler 
 #shebangfix
 SHEBANG_LANG=	sh



More information about the Midnightbsd-cvs mailing list