diff options
author | wiz <wiz> | 2002-07-02 15:11:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-02 15:11:45 +0000 |
commit | 1cd27916c631f09fe597a1c49137734b54b0409c (patch) | |
tree | 01a9c2841558bbe473afb7c0e321a10138c11bab | |
parent | d6f7c45febbc17f6ead92028f3fe34888adb726b (diff) | |
download | pkgsrc-1cd27916c631f09fe597a1c49137734b54b0409c.tar.gz |
Drop USE_SSL.
-rw-r--r-- | www/w3m/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 2eac7c7063f..c404a428766 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2002/05/29 13:58:56 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.5 2002/07/02 15:11:45 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -95,7 +95,6 @@ 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_ARGS+= --ssl-includedir=${BUILDLINK_DIR}/include/openssl CONFIGURE_ARGS+= --ssl-libdir=${BUILDLINK_DIR}/lib |