diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-06-30 21:54:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-06-30 21:54:27 +0000 |
commit | 7d59a4034b803d234e105e5d4d5e7375051f99a3 (patch) | |
tree | 0b167947f5b147682477fccadb7587f5e685d47e /www/lynx-current | |
parent | Add Macquarie University patches: (diff) |
Enable scrollbar and addrlist page
Notes
Notes:
svn path=/head/; revision=83928
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index e035b1773edc..3573ac7d199f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= lynx PORTVERSION= 2.8.5d16 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}2.8.5dev.16 @@ -23,7 +24,8 @@ 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-read-eta + --enable-source-cache --enable-read-eta \ + --enable-scrollbar --enable-addrlist-page .ifndef NO_OPENSSL USE_OPENSSL= yes |