Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2019 01:55:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505135 - head/lang/J
Message-ID:  <201906260155.x5Q1tJY4090500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jun 26 01:55:19 2019
New Revision: 505135
URL: https://svnweb.freebsd.org/changeset/ports/505135

Log:
  Fix bogus ONLY_FOR_ARCHS_REASON logic.
  
  Reported by:	mat

Modified:
  head/lang/J/Makefile

Modified: head/lang/J/Makefile
==============================================================================
--- head/lang/J/Makefile	Wed Jun 26 01:53:56 2019	(r505134)
+++ head/lang/J/Makefile	Wed Jun 26 01:55:19 2019	(r505135)
@@ -12,7 +12,7 @@ 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.
+ONLY_FOR_ARCHS_REASON=	Not built or tested for other archs. i386 needs hostdefs and netdefs files to be generated.
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libpcre2-8.so:devel/pcre2 \



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