diff options
author | seb <seb> | 2002-03-05 13:32:42 +0000 |
---|---|---|
committer | seb <seb> | 2002-03-05 13:32:42 +0000 |
commit | 33dab931cedb975500297d331a7944988d337625 (patch) | |
tree | 01b2960bd84556fd2cbf07b11f61e92acf629eda /mk | |
parent | 9b4d3b2df18fd07bb2cfe1803d9a5b7c67967d55 (diff) | |
download | pkgsrc-33dab931cedb975500297d331a7944988d337625.tar.gz |
Mention graphviz-license in the list of ACCEPTABLE_LICENCES.
Add the licence for the graphviz 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 e809de28774..a566b8ef795 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.40 2002/03/05 12:57:38 seb Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.41 2002/03/05 13:32:42 seb Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -174,6 +174,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+= graphviz-license +# Enable it if you accept the license terms for graphviz +# and would like to build it. see pkgsrc/graphics/graphviz. #ACCEPTABLE_LICENSES+= jdk-license # Enable it if you accept the license terms for jdk # and would like to build jdk. see pkgsrc/lang/jdk. |