diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 23:01:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 23:01:35 +0000 |
commit | 032bd47e0c83acc5d12e5093826e152b5afd0ced (patch) | |
tree | b3d5e233af76cb3ca1878cf579d52064908af89d | |
parent | 6ef2a68bc0279c4ef260960b8ae449af578eea24 (diff) | |
download | pkgsrc-032bd47e0c83acc5d12e5093826e152b5afd0ced.tar.gz |
Disable use_help_cgi, per pkg/15830 by YAMAMOTO Takashi.
-rw-r--r-- | www/w3m/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index b8d771b6718..70cecb31a9c 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/03/05 15:32:00 toshii Exp $ +# $NetBSD: Makefile,v 1.33 2002/03/14 23:01:35 wiz Exp $ # DISTNAME= w3m-0.2.5-m17n-20020216 @@ -90,7 +90,7 @@ HELP_W3M= -lynx CONFIGURE_ENV+= lynx_key=n HELP_W3M= -w3m .endif -CONFIGURE_ENV+= use_menu=y use_matrix=n ansi_color=y +CONFIGURE_ENV+= use_menu=y use_matrix=n ansi_color=y use_help_cgi=n CONFIGURE_ENV+= ded=vi dmail=Mail dbrowser= CONFIGURE_ENV+= dcc="${CC}" dtermlib="-ltermcap" CONFIGURE_ENV+= dldflags="-Wl,-rpath,${LOCALBASE}/lib" |