summaryrefslogtreecommitdiff
path: root/www/lynx-current
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-04-22 05:11:26 +0000
committerfredb <fredb@pkgsrc.org>2000-04-22 05:11:26 +0000
commit55bca58710615eb3e3c4d1dc93f01b84882e5309 (patch)
tree3f6cea5ea3bd4fb8d0ec96be59f55936c4b6ed8c /www/lynx-current
parentb8d7b2eb99143fb022f281c4574d16eb436c0b93 (diff)
downloadpkgsrc-55bca58710615eb3e3c4d1dc93f01b84882e5309.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