aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-06-26 01:55:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-06-26 01:55:19 +0000
commit38e004c82bfdd5769f773f5062279d9fdb94b078 (patch)
treed712de35799d835bb41779fa10d04aafb426b0b6 /lang
parent5d47a0cac45486a843de4fe10ee01ac1fcef407d (diff)
downloadports-38e004c82bfdd5769f773f5062279d9fdb94b078.tar.gz
ports-38e004c82bfdd5769f773f5062279d9fdb94b078.zip
Fix bogus ONLY_FOR_ARCHS_REASON logic.
Reported by: mat
Notes
Notes: svn path=/head/; revision=505135
Diffstat (limited to 'lang')
-rw-r--r--lang/J/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/J/Makefile b/lang/J/Makefile
index 050fa01d1529..10424df7cdd0 100644
--- a/lang/J/Makefile
+++ b/lang/J/Makefile
@@ -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 \