diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-26 01:55:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-26 01:55:19 +0000 |
commit | 38e004c82bfdd5769f773f5062279d9fdb94b078 (patch) | |
tree | d712de35799d835bb41779fa10d04aafb426b0b6 /lang/J | |
parent | Update nginx from 1.17.0 to 1.17.1. (diff) |
Fix bogus ONLY_FOR_ARCHS_REASON logic.
Reported by: mat
Notes
Notes:
svn path=/head/; revision=505135
Diffstat (limited to 'lang/J')
-rw-r--r-- | lang/J/Makefile | 2 |
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 \ |