diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-24 06:43:29 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-24 06:43:29 +0000 |
commit | 5225de3ef4766fa29c5c576b45ea4944fe29813f (patch) | |
tree | 769a408c724c861e9424d20538bce3e5d2714e24 /www/lynx | |
parent | Change maintainer to James Saint-Rossy <appleseed@his.com>. (diff) |
--enable-nsl-fork, a-la Netscape DNS fork allowing lookups to be aborted.
Notes
Notes:
svn path=/head/; revision=12093
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 728363d0f2da..12a15ba391b8 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 |