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-jdk16 | |
parent | 3b219dfd39fe85a2143a667146ccd767e42cf831 (diff) | |
download | ports-acb1f291d5f9fd1769fa66ef1ea6a734574e6b68.tar.gz ports-acb1f291d5f9fd1769fa66ef1ea6a734574e6b68.zip |
. 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-jdk16')
-rw-r--r-- | java/linux-sun-jdk16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile index e686a4c2e866..177fd6c6bfd7 100644 --- a/java/linux-sun-jdk16/Makefile +++ b/java/linux-sun-jdk16/Makefile @@ -33,7 +33,7 @@ NO_BUILD= yes USE_LINUX= yes JDK_VERSION= 1.5.0 DL_JDK_VERSION= "${JDK_VERSION}" -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 DOWNLOAD_URL?= http://java.sun.com/j2se/1.5.0/download.jsp PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION} |