summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk14
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-12-08 16:26:21 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-12-08 16:26:21 +0000
commitacb1f291d5f9fd1769fa66ef1ea6a734574e6b68 (patch)
tree7eb3bc0f03faf2335979d55d660aa3040b2cb2c7 /java/linux-sun-jdk14
parent. Add amd64 to ONLY_FOR_ARCHS. (diff)
. Add amd64 to ONLY_FOR_ARCHS line.
PR: 74465 Submitted by: Conrad J. Sabatier <conrads@cox.net>
Notes
Notes: svn path=/head/; revision=123465
Diffstat (limited to 'java/linux-sun-jdk14')
-rw-r--r--java/linux-sun-jdk14/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile
index 8138d2d9f702..661ae103b031 100644
--- a/java/linux-sun-jdk14/Makefile
+++ b/java/linux-sun-jdk14/Makefile
@@ -34,7 +34,7 @@ JDK_VERSION= 1.4.2
JDK_REVISION= 06
DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION}
INSTALL_JDK_VERSION= ${DL_JDK_VERSION:S/_/./g}
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg
PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux
APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}