diff options
author | jtb <jtb> | 2001-06-06 20:19:13 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-06 20:19:13 +0000 |
commit | 3f51d94cec337587d56de29cedb73ad7730c1c64 (patch) | |
tree | 6cc00fce6c482b284285adc856a2171042a64213 /mk | |
parent | 6a4f098caa8cc899f98306ddd16bd2eaa7bab307 (diff) | |
download | pkgsrc-3f51d94cec337587d56de29cedb73ad7730c1c64.tar.gz |
Add portsentry-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 55a67135f03..7675fd35829 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.224 2001/06/06 00:24:57 jtb Exp $ +# $NetBSD: mk.conf.example,v 1.225 2001/06/06 20:19:13 jtb Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -209,6 +209,9 @@ #ACCEPTABLE_LICENSES+= mosaic-license # Enable it if you accept the license terms for mosaic # and would like to build mosaic. see pkgsrc/www/Mosaic. +#ACCEPTABLE_LICENSES+= portsentry-license +# Enable it if you accept the license terms for portsentry +# and would like to build portsentry. see pkgsrc/security/portsentry. #SPECIFIC_PKGS= # Don't use the default of all packages (from the top-level of the |