summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-15 10:49:44 +0000
committeritojun <itojun>2000-08-15 10:49:44 +0000
commit6993841c9cec64d60354f847da2bc2ec42e7c22f (patch)
tree5e279e81d496fa38fc6a66fdb98d6b720f11cd82 /www/w3m/Makefile
parentbd9843d1324e0ae6cd6f6f93f67cd51a24eb0058 (diff)
downloadpkgsrc-6993841c9cec64d60354f847da2bc2ec42e7c22f.tar.gz
use USE_SSL
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r--www/w3m/Makefile10
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