aboutsummaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-22 01:59:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-22 01:59:06 +0000
commite088a4f458f3d17260f32449bd6d1f816c2d8df1 (patch)
tree6e18eff901e2521afb1db2785a9e9f659f1f6e7c /www/w3m
parenta96ff3698210fd43ea1a81e6142d74d260669540 (diff)
downloadports-e088a4f458f3d17260f32449bd6d1f816c2d8df1.tar.gz
ports-e088a4f458f3d17260f32449bd6d1f816c2d8df1.zip
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
Notes
Notes: svn path=/head/; revision=32957
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 0dd03eaef50a..e8a425b1a1e1 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -48,9 +48,6 @@ SSL_LIBS= -L${OPENSSLLIB} -lssl -lcrypto
SED_CMD+= -e "s,undef USE_SSL,define USE_SSL,g" \
-e "s,undef USE_SSL_VERIFY, define USE_SSL_VERIFY,g"
-.if defined(OPENSSL_RSAREF)
-EXTRA_SSL_LIBS= -lRSAglue -lrsaref
-.endif
MAKE_FLAGS+= DEFS="${SSL_CFLAGS} -I${LOCALBASE}/include" \
LIBS="${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib"
.else