diff options
-rw-r--r-- | java/jsdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/jsdk/Makefile b/java/jsdk/Makefile index 6e8ab482f2ae..0299c64a9598 100644 --- a/java/jsdk/Makefile +++ b/java/jsdk/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_JAVA= yes NO_BUILD= yes -NO_CDROM= "Sun has a funky license for this software" -RESTRICTED= "no commercial use" +RESTRICTED= "Sun has a funky license for this software; no commercial use" WRKSRC= ${WRKDIR}/JSDK2.0 |