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 | |
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).
-rw-r--r-- | java/jfc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xt/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/java/jfc/Makefile b/java/jfc/Makefile index 780e01afd274..ff5d3f68f240 100644 --- a/java/jfc/Makefile +++ b/java/jfc/Makefile @@ -22,6 +22,7 @@ RESTRICTED= "Can only be distributed with value added application" WRKSRC= ${WRKDIR}/swing-1.1.1fcs NO_BUILD= YES PLIST_SUB= JFCSUBDIR=${PKGNAME} +ONLY_FOR_ARCHS= i386 JDK_VERSION= 1.1.8 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 |