summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorexplorer <explorer@pkgsrc.org>2000-04-21 03:22:18 +0000
committerexplorer <explorer@pkgsrc.org>2000-04-21 03:22:18 +0000
commit54ad0b197bb4c4dc6408a7adbaa849f35541816b (patch)
tree1b529fd6f94ba8ee949ce0389485d7a6b953379c /www
parent49507ff8b73bf55a260284b95f5ad3a7361ea688 (diff)
downloadpkgsrc-54ad0b197bb4c4dc6408a7adbaa849f35541816b.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