summaryrefslogtreecommitdiff
path: root/www/lynx-current
diff options
context:
space:
mode:
authorfredb <fredb>2000-04-22 05:11:26 +0000
committerfredb <fredb>2000-04-22 05:11:26 +0000
commit29ac3202cfbda6105fbe2b3cdd6546da4d711bf4 (patch)
tree3f6cea5ea3bd4fb8d0ec96be59f55936c4b6ed8c /www/lynx-current
parentb6cd004bca39100a47e195c7e8204b7dd5bf71db (diff)
downloadpkgsrc-29ac3202cfbda6105fbe2b3cdd6546da4d711bf4.tar.gz
Use dewey depends for openssl, as the moxienet patch is known not to work
with openssl-0.9.2b.
Diffstat (limited to 'www/lynx-current')
-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 2f5b5ec75b3..1c9c88f5233 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/04/21 03:22:18 explorer Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/22 05:11:26 fredb 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.*:../../security/openssl
+DEPENDS+= openssl>=0.9.4:../../security/openssl
SSLLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE} -lssl -lcrypto
SSLINCS= -I${LOCALBASE}/include -I${LOCALBASE}/include/openssl
.else