summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2002-09-18 19:51:53 +0000
committertron <tron>2002-09-18 19:51:53 +0000
commit140318b540b9a7c16504b34caef47a50f9de6d17 (patch)
tree588a95c897383d0fc130d0bfaee8e5633c971658 /mk
parent9e349dae4c31e79f8ac955ea8db46dc944162d84 (diff)
downloadpkgsrc-140318b540b9a7c16504b34caef47a50f9de6d17.tar.gz
Add secure HTTP support to the "wget" package. It is turned on by default
and can be turned of by "WGET_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 86dedfc6485..0f2a6d6e1a3 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.86 2002/09/01 04:59:05 schmonz Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.87 2002/09/18 19:51:53 tron Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1479,6 +1479,11 @@ USERPPP_GROUP?= network
# Possible: not defined, see "configure --help"
# Default: not defined
+WGET_USE_SSL?= YES
+# Enable SSL in wget (for https connections)
+# Possible: YES, NO
+# Default: YES
+
WINDOWMAKER_OPTIONS?= gnome kde openlook
# Options for building windowmaker package. Used to add support for
# GNOME, KDE or OPEN LOOK(tm) and to avoid redundancies with KDE.