diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-06 21:42:00 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-06 21:42:00 +0000 |
commit | 19f63a7d27c40dfa26b16bc741b5a2efff509d6a (patch) | |
tree | bd990f7a2cb5471337a840ffed9fbf9b488fceff /mk | |
parent | 76deb2486ccfb632c6995923792762524d749485 (diff) | |
download | pkgsrc-19f63a7d27c40dfa26b16bc741b5a2efff509d6a.tar.gz |
Add srp_client-license as an ACCEPTABLE_LICENSES option.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 7675fd35829..4cdac1f3612 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.225 2001/06/06 20:19:13 jtb Exp $ +# $NetBSD: mk.conf.example,v 1.226 2001/06/06 21:42:00 jtb Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -212,6 +212,9 @@ #ACCEPTABLE_LICENSES+= portsentry-license # Enable it if you accept the license terms for portsentry # and would like to build portsentry. see pkgsrc/security/portsentry. +#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. #SPECIFIC_PKGS= # Don't use the default of all packages (from the top-level of the |