diff options
author | jtb <jtb> | 2001-06-11 05:26:00 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-11 05:26:00 +0000 |
commit | fb35a07c7e5d2dda24b6ea826bd1b4f3a9590e46 (patch) | |
tree | 9ef2d17a8427954faa3a9c2a7b3862cb5fc52446 | |
parent | 7f4f20f45fffc91b085e05f0dd083e458c56fbd5 (diff) | |
download | pkgsrc-fb35a07c7e5d2dda24b6ea826bd1b4f3a9590e46.tar.gz |
Add missing IDEA-licence and jdk-license as ACCEPTABLE_LICENSES options.
Pointed out by John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
-rw-r--r-- | mk/mk.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index ec761a6ce39..c17e2260e28 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.228 2001/06/11 01:30:56 taca Exp $ +# $NetBSD: mk.conf.example,v 1.229 2001/06/11 05:26:00 jtb Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -215,6 +215,12 @@ #ACCEPTABLE_LICENSES+= srp_client-license # Enable it if you accept the license terms for srp_client # and would like to build srp_client. see pkgsrc/security/srp_client. +#ACCEPTABLE_LICENSES+= jdk-license +# Enable it if you accept the license terms for jdk +# and would like to build jdk. see pkgsrc/lang/jdk. +#ACCEPTABLE_LICENSES+= IDEA-licence +# Enable it if you accept the license terms for libidea +# and would like to build libidea. see pkgsrc/security/libidea. #SPECIFIC_PKGS= # Don't use the default of all packages (from the top-level of the |