summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/diablo-jdk13/Makefile2
-rw-r--r--java/diablo-jre13/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/diablo-jdk13/Makefile b/java/diablo-jdk13/Makefile
index 5617de09d4e5..95305e388371 100644
--- a/java/diablo-jdk13/Makefile
+++ b/java/diablo-jdk13/Makefile
@@ -33,7 +33,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/webfonts/fonts.dir:${PORTSDIR}/x11-font
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/arphic:${PORTSDIR}/chinese/arphicttf
.endif
-NO_CDROM= "License doesn't allow distribution with fee"
+RESTRICTED= "License doesn't allow distribution with fee"
USE_BZIP2= yes
USE_XLIB= yes
diff --git a/java/diablo-jre13/Makefile b/java/diablo-jre13/Makefile
index a2c256f24682..bc596faeeb94 100644
--- a/java/diablo-jre13/Makefile
+++ b/java/diablo-jre13/Makefile
@@ -33,7 +33,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/webfonts/fonts.dir:${PORTSDIR}/x11-font
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/arphic:${PORTSDIR}/chinese/arphicttf
.endif
-NO_CDROM= "License doesn't allow distribution with fee"
+RESTRICTED= "License doesn't allow distribution with fee"
USE_BZIP2= yes
USE_XLIB= yes