svn commit: r505135 - head/lang/J

Mark Linimon linimon at FreeBSD.org
Wed Jun 26 01:55:20 UTC 2019


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 \


More information about the svn-ports-all mailing list