diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-05-07 00:47:47 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-05-07 00:47:47 +0000 |
commit | cdd9eb6637ec89129660faa32bc7bc915e61aeba (patch) | |
tree | a1a18eac5eb01d71111376f8e7e320bbcffea08d /textproc/xt | |
parent | cf59029f619f3f8c1d22474d186c42490ceb08ce (diff) | |
download | ports-cdd9eb6637ec89129660faa32bc7bc915e61aeba.tar.gz ports-cdd9eb6637ec89129660faa32bc7bc915e61aeba.zip |
This port is i386 only (caused by jdk platform).
Notes
Notes:
svn path=/head/; revision=80314
Diffstat (limited to 'textproc/xt')
-rw-r--r-- | textproc/xt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index ece5653ac45b..175a1ddd8164 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -19,6 +19,7 @@ USE_JAVA= 1.1+ USE_ZIP= YES NO_BUILD_DEPENDS_JAVA= YES NO_WRKSUBDIR= YES +ONLY_FOR_ARCHS= i386 DIR= ${PREFIX}/share/java |