diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-09-24 06:05:40 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-09-24 06:05:40 +0000 |
commit | 6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (patch) | |
tree | cb75775a4743476348d5025a9189f4994ebb53cd /java | |
parent | ea7fd670eacc373b583969740e7fd7a0b811226a (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/diablo-jdk13/Makefile | 2 | ||||
-rw-r--r-- | java/diablo-jre13/Makefile | 2 |
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 |