summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2001-09-26 18:48:53 +0000
committertron <tron>2001-09-26 18:48:53 +0000
commit4fb38684313b17f7149451237cab13bc245ff2ad (patch)
treed8b1719a98efa80def56030b3814c1320a73e910 /mk
parentb7fd35c6d5e043b2867993d04adda20b86139d20 (diff)
downloadpkgsrc-4fb38684313b17f7149451237cab13bc245ff2ad.tar.gz
Add optional IPv6 and OpenSSL support to the "xchat" package. Both are
turned on by default but can be turned of with "USE_INET6=NO" and "XCHAT_USE_SSL=NO".
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 4f3bb56bd5c..988c773096c 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.3 2001/09/21 19:50:28 jlam Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.4 2001/09/26 18:48:53 tron Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1088,6 +1088,11 @@ XAW_TYPE?=standard
# Possible: standard, 3d, xpm
# Default: standard
+XCHAT_USE_SSL?= YES
+# Enable SSL in xchat (for IRC server connections)
+# Possible: YES, NO
+# Default: YES
+
#ZIP_ENCRYPTION=
# Add encryption code to zip1
# Possible: defined, not defined