diff options
author | ben <ben> | 2004-01-02 18:45:44 +0000 |
---|---|---|
committer | ben <ben> | 2004-01-02 18:45:44 +0000 |
commit | fb6112b49826f04fcc2fb0597d9376f918e1f807 (patch) | |
tree | a84e8bfc4dc85cf5dd12b1fda60daf8578abda48 /mk/bsd.pkg.defaults.mk | |
parent | 8249116286ee6a1620c405c7aa3b4a346175b361 (diff) | |
download | pkgsrc-fb6112b49826f04fcc2fb0597d9376f918e1f807.tar.gz |
Add license information for fp-netbsd-ws, and note new package in Makefile
and CHANGES.
Diffstat (limited to 'mk/bsd.pkg.defaults.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 be1073d585a..14fc05ee6a5 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.196 2003/12/23 10:21:53 xtraeme Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.197 2004/01/02 18:45:44 ben Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -258,6 +258,9 @@ PATCH_FUZZ_FACTOR?= -F0 # Enable it if you are okay to build/use third-party software, which require # fees for commercial use (i.e. you are willing to pay, or you are # non-commercial). +#ACCEPTABLE_LICENSES+= fp-netbsd-ws-license +# Enable it if you accept the license for fp-netbsd-ws and would like to +# build the package. see pkgsrc/licenses/fp-netbsd-ws-license #ACCEPTABLE_LICENSES+= graphviz-license # Enable it if you accept the license terms for graphviz # and would like to build it. see pkgsrc/graphics/graphviz. |