svn commit: r505082 - head/lang/J

Mark Linimon linimon at FreeBSD.org
Tue Jun 25 12:24:01 UTC 2019


Author: linimon
Date: Tue Jun 25 12:23:59 2019
New Revision: 505082
URL: https://svnweb.freebsd.org/changeset/ports/505082

Log:
  Restore line dropped in r500311.
  
  Approved by:	swills

Modified:
  head/lang/J/Makefile

Modified: head/lang/J/Makefile
==============================================================================
--- head/lang/J/Makefile	Tue Jun 25 12:17:04 2019	(r505081)
+++ head/lang/J/Makefile	Tue Jun 25 12:23:59 2019	(r505082)
@@ -11,6 +11,7 @@ COMMENT=	J programming language
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/jsource-${JVERSION}/license.txt
 
+ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON_amd64=	Not built or tested for other archs. i386 needs hostdefs and netdefs files to be generated.
 
 BUILD_DEPENDS=	bash:shells/bash


More information about the svn-ports-all mailing list