summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorexplorer <explorer>2000-04-21 03:22:18 +0000
committerexplorer <explorer>2000-04-21 03:22:18 +0000
commitb79ce460cfe8b1a2694faef6883621867b85777e (patch)
tree1b529fd6f94ba8ee949ce0389485d7a6b953379c /www
parentdeb6c73b0fe49d5719f11a67c1fb1d193401b87a (diff)
downloadpkgsrc-b79ce460cfe8b1a2694faef6883621867b85777e.tar.gz
use openssl-0.9.5a
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 8540b204efe..2f5b5ec75b3 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/04/17 13:32:47 fredb Exp $
+# $NetBSD: Makefile,v 1.3 2000/04/21 03:22:18 explorer Exp $
#
DISTNAME= lynx2.8.3pre.6
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --enable-prettysrc
CONFIGURE_ARGS+= --enable-read-eta
.if !exists(/usr/bin/openssl)
-DEPENDS+= openssl-0.9.4:../../security/openssl
+DEPENDS+= openssl-0.9.*:../../security/openssl
SSLLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE} -lssl -lcrypto
SSLINCS= -I${LOCALBASE}/include -I${LOCALBASE}/include/openssl
.else