summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-03-05 13:32:42 +0000
committerseb <seb@pkgsrc.org>2002-03-05 13:32:42 +0000
commit7e0b35ce3885d16107a6628b7567f71dd061a601 (patch)
tree01b2960bd84556fd2cbf07b11f61e92acf629eda /mk/bsd.pkg.defaults.mk
parent51d8592f117e0df57f261e48c781b4000462101a (diff)
downloadpkgsrc-7e0b35ce3885d16107a6628b7567f71dd061a601.tar.gz
Mention graphviz-license in the list of ACCEPTABLE_LICENCES.
Add the licence for the graphviz package.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r--mk/bsd.pkg.defaults.mk5
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.