diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-12-08 16:26:21 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-12-08 16:26:21 +0000 |
commit | acb1f291d5f9fd1769fa66ef1ea6a734574e6b68 (patch) | |
tree | 7eb3bc0f03faf2335979d55d660aa3040b2cb2c7 /java/linux-sun-jdk13 | |
parent | 3b219dfd39fe85a2143a667146ccd767e42cf831 (diff) |
Notes
Diffstat (limited to 'java/linux-sun-jdk13')
-rw-r--r-- | java/linux-sun-jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index c8ec65f265a7..e205555392a4 100644 --- a/java/linux-sun-jdk13/Makefile +++ b/java/linux-sun-jdk13/Makefile @@ -32,7 +32,7 @@ NO_BUILD= yes USE_LINUX= yes JDK_VERSION= 1.3.1 JDK_REVISION= 14 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 TARGET_DIR?= ${PREFIX}/${PKGBASE}${JDK_VERSION} DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-${JDK_VERSION}_${JDK_REVISION}-oth-JPR&SiteId=JSC&TransactionId=noreg |