From aac291a74c4bd3be71f3f83351009fad0b2e76f2 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 17 Sep 1999 18:19:30 +0000 Subject: Mark this port as being i386 only. --- java/jdk11/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'java/jdk11') 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} -- cgit