summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormarkd <markd>2003-06-05 12:13:34 +0000
committermarkd <markd>2003-06-05 12:13:34 +0000
commitbea84d18034765247979cd4e97b9b988527e7caa (patch)
treeb8b5c12339ba40ac115a8bf1ca42abbefdf32cff /mk
parent1547a9583872ce1ccf230134b40ae06fb066a2a3 (diff)
downloadpkgsrc-bea84d18034765247979cd4e97b9b988527e7caa.tar.gz
Add EMACS_USE_XAW3D.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 6c0570ae090..0ddf9189650 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.152 2003/05/28 15:53:12 jschauma Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.153 2003/06/05 12:13:34 markd Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -688,6 +688,11 @@ EMACS_USE_POP?= yes
# Possible: yes, no, not defined, athena, lucid, motif
# Default: not defined
+EMACS_USE_XAW3D?= NO
+# Used by emacs package to determine if should use Xaw3D for the scrollbar.
+# Possible: YES, NO
+# Default: NO
+
FETCHMAIL_USE_SSL?= YES
# Enable SSL in fetchmail (for pop and imap connections)
# Possible: YES, NO