diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-15 10:49:44 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-15 10:49:44 +0000 |
commit | 962f92735329f065cb92e082c97570f8c353753c (patch) | |
tree | 5e279e81d496fa38fc6a66fdb98d6b720f11cd82 /www/w3m | |
parent | 6afe74926bbe7f5b0e28bd9944e5e04e3a345a1b (diff) | |
download | pkgsrc-962f92735329f065cb92e082c97570f8c353753c.tar.gz |
use USE_SSL
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 0a9446e888f..97b7f211ab1 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/15 04:16:20 itojun Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/15 10:49:44 itojun Exp $ DISTNAME= w3m-0.1.10 CATEGORIES= www @@ -55,13 +55,7 @@ CONFIGURE_ENV+= use_cookie=y CONFIGURE_ENV+= use_cookie=n .endif .if defined(W3M_USE_SSL) && ${W3M_USE_SSL} == YES -.if !defined(PATENTEDOPENSSLSRC) && !exists(/usr/include/openssl/rsa.h) -# openssl is necessary for HTTPS support. -# if PATENTEDOPENSSLSRC is defined, then we assume that -# RSA already exists in the OpenSSL built as part of the -# base distribution. -DEPENDS+= openssl-0.9.*:../../security/openssl -.endif +USE_SSL= YES CONFIGURE_ENV+= use_ssl=y use_ssl_verify=n .else CONFIGURE_ENV+= use_ssl=n use_ssl_verify=n |