summaryrefslogtreecommitdiffstats
path: root/www/lynx
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-07-24 06:43:29 +0000
committerhoek <hoek@FreeBSD.org>1998-07-24 06:43:29 +0000
commitcc1ef81212fc424bfe564534309ff90b5e88016c (patch)
tree741181fcc8c70119732a8615aeb3b6b7890ab913 /www/lynx
parent4abe58712459987dc2f762f0394380a48626e3a0 (diff)
downloadFreeBSD-ports-cc1ef81212fc424bfe564534309ff90b5e88016c.zip
FreeBSD-ports-cc1ef81212fc424bfe564534309ff90b5e88016c.tar.gz
--enable-nsl-fork, a-la Netscape DNS fork allowing lookups to be aborted.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 728363d..12a15ba 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.77 1998/01/26 16:08:52 jseger Exp $
+# $Id: Makefile,v 1.78 1998/03/27 05:34:10 ache Exp $
#
DISTNAME= lynx2-8
@@ -20,7 +20,8 @@ EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -qq -o
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
+CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
+ --enable-nsl-fork
MAKEFILE= makefile
INSTALL_TARGET= install install-help
MAN1= lynx.1
OpenPOWER on IntegriCloud