svn commit: r479384 - head/lang/J

Mathieu Arnold mat at FreeBSD.org
Mon Sep 10 10:29:11 UTC 2018


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 \


More information about the svn-ports-head mailing list