summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-19 11:56:47 +0000
committerwiz <wiz>2002-07-19 11:56:47 +0000
commit1af9828b2d72eecf6d07e9cf65d9b123520960a8 (patch)
tree1b12fc45ce54af0a49cd8ab2ae9ec042f15ce0fe /www/w3m/Makefile.common
parent8f7f2ebc92bf8ec21f714aabcb4b54120ad354d3 (diff)
downloadpkgsrc-1af9828b2d72eecf6d07e9cf65d9b123520960a8.tar.gz
Set use_ssl_verify to y(es), requested in pkg/17644 by Atsushi Onoe.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 07274cdb42d..a3c5fa577a3 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2002/07/02 15:23:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2002/07/19 11:56:47 wiz Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -95,7 +95,7 @@ CONFIGURE_ENV+= use_cookie=y
CONFIGURE_ENV+= use_cookie=n
.endif
.if ${W3M_USE_SSL} == YES
-CONFIGURE_ENV+= use_ssl=y use_ssl_verify=n
+CONFIGURE_ENV+= use_ssl=y use_ssl_verify=y
CONFIGURE_ARGS+= --ssl-includedir=${BUILDLINK_DIR}/include/openssl
CONFIGURE_ARGS+= --ssl-libdir=${BUILDLINK_DIR}/lib
.include "../../security/openssl/buildlink.mk"