diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 18:29:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 18:29:10 +0800 |
commit | 76aad37a7f2222320fd0b0bf11d2f0c760161721 (patch) | |
tree | 15c529098b25ec65fda0535ab02b8b2ee44d53c1 | |
parent | 029ecf0d22a5cdc0bffe6f45d75a6e65ae222057 (diff) | |
download | freebsd-ports-gnome-76aad37a7f2222320fd0b0bf11d2f0c760161721.tar.gz freebsd-ports-gnome-76aad37a7f2222320fd0b0bf11d2f0c760161721.tar.zst freebsd-ports-gnome-76aad37a7f2222320fd0b0bf11d2f0c760161721.zip |
Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used.
-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 5e874a571684..25311d00147c 100644 --- a/lang/J/Makefile +++ b/lang/J/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/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_i386= i386 needs hostdefs and netdefs files to be generated. BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libpcreposix.so:devel/pcre \ |