diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-29 21:48:39 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-29 21:51:21 +0000 |
commit | 158ce9ac41a1464ce49deeffb2b46211b0d24bf9 (patch) | |
tree | 56e80edbe8bf6e5f658879f642d10508687006e8 | |
parent | 2f377d18dceee0988d108002c2ff6adcbda2e406 (diff) |
math/jeuclid: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | math/jeuclid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/jeuclid/Makefile b/math/jeuclid/Makefile index fa4e33033fc6..36b78eaf17a1 100644 --- a/math/jeuclid/Makefile +++ b/math/jeuclid/Makefile @@ -12,6 +12,7 @@ COMMENT= Java based MathML rendering solution USES= zip USE_JAVA= yes JAVA_RUN= yes +NO_ARCH= yes NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} |