diff options
author | jlam <jlam@pkgsrc.org> | 2007-07-30 14:03:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-07-30 14:03:18 +0000 |
commit | be1fd7ed4152fb032e42823b499f18f2a1b8a3b9 (patch) | |
tree | 821bb4a0095ee97875e776e9e5c32d6c4d94f9a1 | |
parent | 0396d511c5510b2b4323183317c39040c4b3f9f9 (diff) | |
download | pkgsrc-be1fd7ed4152fb032e42823b499f18f2a1b8a3b9.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.
-rw-r--r-- | lang/sun-jre15/Makefile.common | 4 |
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" |