diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-28 20:28:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-28 20:28:56 +0000 |
commit | 92445eb1ed34e342aa655ca9a0ecbeaa196f188c (patch) | |
tree | a4c045075483013ef7ff6b4650fe322ab49032a2 /www | |
parent | 9f11bcdaf1b28969179021f9ab19cb408d2d3f91 (diff) | |
download | pkgsrc-92445eb1ed34e342aa655ca9a0ecbeaa196f188c.tar.gz |
Remove superfluous whitespace.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index c756b0d1abc..7fd3c919d6c 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2003/03/22 03:28:01 wiz Exp $ +# $NetBSD: Makefile.common,v 1.17 2003/03/28 20:29:27 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -113,7 +113,7 @@ CONFIGURE_ENV+= use_menu=y use_matrix=n use_ansi_color=y CONFIGURE_ENV+= use_help_cgi=n use_migemo=n CONFIGURE_ENV+= ded=vi dmail=Mail dbrowser= CONFIGURE_ENV+= dcc="${CC}" -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" CONFIGURE_ENV+= dtermlib="-lcurses" .else CONFIGURE_ENV+= dtermlib="-ltermcap" |