diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-24 15:26:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-24 15:26:25 +0000 |
commit | e7d096a4392d2a9dfbb1fc6415bc5f2956e7f1fc (patch) | |
tree | 60f95c331ca57c9ebc96e9a3c6eb2ccac915be3f /www/lynx | |
parent | - Update to 3.30 (diff) |
- Utilize ENABLE_DEFAULT_COLORS knob
PR: ports/63295
Submitted by: Gene Hsu <gene@hsufarm.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=101990
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 9ad0e9967c4f..4fa076d8648b 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -26,6 +26,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-ipv6 + +.if defined(ENABLE_DEFAULT_COLORS) +CONFIGURE_ARGS+=--enable-default-colors +.endif + MAKE_ARGS= helpdir=${L_HELP} docdir=${DOCSDIR} MAKEFILE= makefile INSTALL_TARGET= install-full |