summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index a5f60e66dfe..f008bbdcef5 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.16 2004/11/27 08:47:36 xtraeme Exp $
+# $NetBSD: mk.conf,v 1.17 2004/12/18 04:03:16 grant Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1854,6 +1854,13 @@ QPOPPER_USER?= pop
# Possible: defined, not defined
# Default: not defined
+#QPOPPER_SPOOL_DIR=
+# Used by qpopper package to define the mail spool directory,
+# overriding the hardcoded directories searched for by the configure
+# script.
+# Possible: any location on an appropriate filesystem.
+# Default: not defined
+
#QPOPPER_USE_DRAC=
# Used in qpopper package to enable drac support.
# Possible: yes or no, not defined.