diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-07-24 06:55:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-07-24 06:55:42 +0000 |
commit | 31d0c8abcc31c3b17fd04269ff3ce08411e95f87 (patch) | |
tree | c91435859f10f519153e4e9898ff35e1db8aab86 /www/lynx-current | |
parent | 5225de3ef4766fa29c5c576b45ea4944fe29813f (diff) |
Notes
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index a6370816862b..fab6280f0821 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,7 +4,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.88 1998/06/07 03:57:49 ache Exp $ +# $Id: Makefile,v 1.89 1998/07/23 15:25:56 ache Exp $ # DISTNAME= lynx2.8.1dev.17 @@ -17,7 +17,8 @@ MAINTAINER= ache@FreeBSD.ORG NO_LATEST_LINK= YES WRKSRC= ${WRKDIR}/lynx2-8-1 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 |