summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-05-07 12:30:25 +0000
committerhubertf <hubertf@pkgsrc.org>2001-05-07 12:30:25 +0000
commit784d36ea4bc415424b7df411f60ae992cf85c733 (patch)
treea0c8f019ece45345bbdaa4279cba4cccf9181411 /mk
parentbdd69413f2139858fcadeb75c4c5d7b32b28a087 (diff)
downloadpkgsrc-784d36ea4bc415424b7df411f60ae992cf85c733.tar.gz
Add ACCEPTABLE_LICENSES+=jdk13-license example
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index db1df6357a1..ea8facc17ca 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.205 2001/05/06 12:48:56 rh Exp $
+# $NetBSD: mk.conf.example,v 1.206 2001/05/07 12:30:25 hubertf Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -170,6 +170,9 @@
#ACCEPTABLE_LICENSES+= sun-jsdk20-license
# Enable it if you accept the download license for Sun JSDK and would
# like to build Sun JSDK. see pkgsrc/lang/jdk.
+#ACCEPTABLE_LICENSES+= jdk13-license
+# Enable it if you accept the download license for Sun JDK1.3 and would
+# like to build Sun JDK13. see pkgsrc/langun-jre13.
#ACCEPTABLE_LICENSES+= sun-swing-license
# Enable it if you accept the download license for Sun's Swing (JFC) toolkit
# and would like to build JFC. see pkgsrc/x11/swing.