diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-25 18:44:44 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-25 18:44:44 +0800 |
commit | 10a157021cf1149634780890eff33bbd3bd709c9 (patch) | |
tree | 68317c71d3528379cd09207187d69cac008aca51 /java | |
parent | fd37d3dd69161151fa248d0288e76dab92e3cc96 (diff) | |
download | freebsd-ports-gnome-10a157021cf1149634780890eff33bbd3bd709c9.tar.gz freebsd-ports-gnome-10a157021cf1149634780890eff33bbd3bd709c9.tar.zst freebsd-ports-gnome-10a157021cf1149634780890eff33bbd3bd709c9.zip |
- The port contains 32bit Linux binaries and we can run them on amd64, so
mark this port works for amd64, too.
- Update download URL since the old one does not work anymore
PR: ports/126755
Submitted by: Douglas William Thrift <douglas at douglasthrift.net>
Diffstat (limited to 'java')
-rw-r--r-- | java/sun-wtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sun-wtk/Makefile b/java/sun-wtk/Makefile index 03519714cc0e..e15611d85389 100644 --- a/java/sun-wtk/Makefile +++ b/java/sun-wtk/Makefile @@ -21,8 +21,8 @@ USE_JAVA= yes JAVA_VERSION= 1.4+ NO_BUILD= yes NO_WRKSUBDIR= yes -ONLY_FOR_ARCHS= i386 -DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2me_wireless_toolkit-${PORTVERSION:S/./_/}-oth-JPR&SiteId=JSC&TransactionId=try +ONLY_FOR_ARCHS= i386 amd64 +DOWNLOAD_URL= https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=j2me_wireless_toolkit-${PORTVERSION:S/./_/}-oth-JPR@CDS-CDS_Developer RESTRICTED= License does not allow redistribution of any kind |