diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-30 05:49:03 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-30 05:51:25 +0800 |
commit | 022d6ed13798c227ba4695e227e7a56faf256385 (patch) | |
tree | 20a57398c4afc29450934351b5b60345215bd66f /textproc/xml-commons | |
parent | textproc/saxon-he: Add NO_ARCH (diff) |
textproc/xml-commons: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/xml-commons')
-rw-r--r-- | textproc/xml-commons/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xml-commons/Makefile b/textproc/xml-commons/Makefile index dae099fdef60..2c49f84709a3 100644 --- a/textproc/xml-commons/Makefile +++ b/textproc/xml-commons/Makefile @@ -12,6 +12,7 @@ COMMENT= Provides common XML code for Apache projects USE_JAVA= yes JAVA_RUN= yes +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= ${JAVAJARDIR}/xml-apis-ext.jar \ |