summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:19:46 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:19:46 +0000
commit8515688e4fc1e61508e192542688b3ff53ea4ca8 (patch)
treed2d4ad86fb660f5fc1d74e8ef4b3232c9aad1046 /www/w3m/Makefile.common
parent3612c287b035cd52b87361b84833d892629cf955 (diff)
downloadpkgsrc-buildlink2.tar.gz
Merge changes in the main trunk into the buildlink2 branch for thosebuildlink2
packages that have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 09e4904f26c..ffe72c38ec2 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4.2.3 2002/06/30 06:24:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.4.2.4 2002/08/25 21:22:44 jlam Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -95,8 +95,7 @@ CONFIGURE_ENV+= use_cookie=y
CONFIGURE_ENV+= use_cookie=n
.endif
.if ${W3M_USE_SSL} == YES
-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=${SSLBASE}/include/openssl
CONFIGURE_ARGS+= --ssl-libdir=${SSLBASE}/lib
.include "../../security/openssl/buildlink2.mk"
@@ -111,9 +110,9 @@ CONFIGURE_ENV+= lynx_key=n
HELP_W3M= -w3m
.endif
.if ${W3M_USE_IMAGE} == YES
-CONFIGURE_ENV+= use_image=y
+CONFIGURE_ENV+= use_image=y
.else
-CONFIGURE_ENV+= use_image=n
+CONFIGURE_ENV+= use_image=n
.endif
CONFIGURE_ENV+= use_menu=y use_matrix=n use_ansi_color=y
CONFIGURE_ENV+= use_help_cgi=n use_migemo=n