diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-25 12:23:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-25 12:23:59 +0000 |
commit | 993ee2cace021a3775939da0fc367738b27ebf6a (patch) | |
tree | 503fa6eb9e3075d1211492106355cbd3f5c82533 /lang/J | |
parent | Mark this port as not buildable on powerpc64: (diff) |
Restore line dropped in r500311.
Approved by: swills
Notes
Notes:
svn path=/head/; revision=505082
Diffstat (limited to 'lang/J')
-rw-r--r-- | lang/J/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/J/Makefile b/lang/J/Makefile index 0f3ae613a7ab..050fa01d1529 100644 --- a/lang/J/Makefile +++ b/lang/J/Makefile @@ -11,6 +11,7 @@ COMMENT= J programming language 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. BUILD_DEPENDS= bash:shells/bash |