diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-05-07 08:47:47 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-05-07 08:47:47 +0800 |
commit | 8767f8cf282a85813c6e29bdffddca14e6bf3623 (patch) | |
tree | 8eb06c2b34af4af0ed48dce2c936ca54f4afa01c /textproc | |
parent | 4511b4a5caae74b9fba57f7cae3f041f2315af49 (diff) | |
download | freebsd-ports-gnome-8767f8cf282a85813c6e29bdffddca14e6bf3623.tar.gz freebsd-ports-gnome-8767f8cf282a85813c6e29bdffddca14e6bf3623.tar.zst freebsd-ports-gnome-8767f8cf282a85813c6e29bdffddca14e6bf3623.zip |
This port is i386 only (caused by jdk platform).
Diffstat (limited to 'textproc')
-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 |