summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2007-07-30 14:03:18 +0000
committerjlam <jlam>2007-07-30 14:03:18 +0000
commitf1f44f03b940a7121514299a50e1aafe43f335fd (patch)
tree821bb4a0095ee97875e776e9e5c32d6c4d94f9a1 /lang
parent03dd3d182e9cf058fe6a6ca4d0d3bd40c4a6e408 (diff)
downloadpkgsrc-f1f44f03b940a7121514299a50e1aafe43f335fd.tar.gz
Add back support for using the Linux/x86_64 version of the Sun JRE 1.5
on x86_64 platforms. This got lost in translation when I moved this package to the new emulator framework. Noted by <wiz> in private email.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jre15/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common
index 857f0c1ebce..da2da64924a 100644
--- a/lang/sun-jre15/Makefile.common
+++ b/lang/sun-jre15/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2007/07/29 05:19:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2007/07/30 14:03:18 jlam Exp $
CATEGORIES= lang java
COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
@@ -17,7 +17,7 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-EMUL_PLATFORMS= linux-i386
+EMUL_PLATFORMS= linux-i386 linux-x86_64
.include "../../mk/bsd.prefs.mk"