diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-17 18:19:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-17 18:19:30 +0000 |
commit | 2f3c6df9ad766960dea91d6ee932e7fc52779fbf (patch) | |
tree | 0582a25576c4386ab4c66f3218dac0b548bcded0 /java | |
parent | Fix categories after repo-copy (I could have sworn I had done this...) (diff) |
Mark this port as being i386 only.
Notes
Notes:
svn path=/head/; revision=21687
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk/Makefile | 1 | ||||
-rw-r--r-- | java/jdk11/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/java/jdk/Makefile b/java/jdk/Makefile index 8ecdaad34b30..44f22a3556fd 100644 --- a/java/jdk/Makefile +++ b/java/jdk/Makefile @@ -15,6 +15,7 @@ MAINTAINER= nate@freebsd.org NO_CDROM= "License doesn't allow distribution with fee" +ONLY_FOR_ARCHS= i386 JDK_VERSION= 1.1.8 PLIST_SUB+= JDK_VERSION=${JDK_VERSION} diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile index 8ecdaad34b30..44f22a3556fd 100644 --- a/java/jdk11/Makefile +++ b/java/jdk11/Makefile @@ -15,6 +15,7 @@ MAINTAINER= nate@freebsd.org NO_CDROM= "License doesn't allow distribution with fee" +ONLY_FOR_ARCHS= i386 JDK_VERSION= 1.1.8 PLIST_SUB+= JDK_VERSION=${JDK_VERSION} |