diff options
author | seb <seb@pkgsrc.org> | 2002-03-06 17:05:30 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-03-06 17:05:30 +0000 |
commit | a43776a78966f45d1bf0dc4257d1a39408ffee08 (patch) | |
tree | 259c52f94e1b1d81d044d90eeddbbafd5e7b4c51 /mk | |
parent | 6dd3f2ed3187c99a2aba2a6bc428d4e61016cca4 (diff) | |
download | pkgsrc-a43776a78966f45d1bf0dc4257d1a39408ffee08.tar.gz |
Mention ms-ttf-license in the list of ACCEPTABLE_LICENCES.
Add the license for the ms-ttf package.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index a566b8ef795..142a46ec24f 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.41 2002/03/05 13:32:42 seb Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.42 2002/03/06 17:05:30 seb Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -200,6 +200,9 @@ PATCH_FUZZ_FACTOR?= -F0 #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+= ms-ttf-license +# Enable it if you accept the license terms for Microsoft TrueType fonts +# and would like to install them. see pkgsrc/fonts/ms-ttf. #ACCEPTABLE_LICENSES+= mush-license # Enable it if you accept the license terms for mush # and would like to build mush. see pkgsrc/mail/mush. |