diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-03 14:47:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-03 14:47:40 +0000 |
commit | 5ca33cc04354275dfb60455b55b6fdc7959d0bd4 (patch) | |
tree | e7ac08d24f0e15bf96d244d9c6484f2030e396fb /www/lynx-current | |
parent | 30cba0706e372ec4d47ddf943f71a1cd215914d7 (diff) |
Add --enable-read-eta
Notes
Notes:
svn path=/head/; revision=65559
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index bf62c75383d1..5cdd22c6a995 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.5d8 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.5dev.8 @@ -22,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-nls --enable-prettysrc \ --enable-file-upload --enable-nested-tables \ - --enable-source-cache + --enable-source-cache --enable-read-eta .ifndef NO_OPENSSL USE_OPENSSL= yes |