Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 10:29:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479384 - head/lang/J
Message-ID:  <201809101029.w8AATA0b055110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Sep 10 10:29:10 2018
New Revision: 479384
URL: https://svnweb.freebsd.org/changeset/ports/479384

Log:
  Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used.

Modified:
  head/lang/J/Makefile   (contents, props changed)

Modified: head/lang/J/Makefile
==============================================================================
--- head/lang/J/Makefile	Mon Sep 10 10:29:06 2018	(r479383)
+++ head/lang/J/Makefile	Mon Sep 10 10:29:10 2018	(r479384)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/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.
+ONLY_FOR_ARCHS_REASON_i386=	i386 needs hostdefs and netdefs files to be generated.
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libpcreposix.so:devel/pcre \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809101029.w8AATA0b055110>