wok-6.x diff netsurf/stuff/Makefile.defaults @ rev 11480
libgnome: add openssl to depends; add intltool to build_depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 18 03:01:59 2011 +0100 (2011-12-18) |
parents | 87b399540000 |
children |
line diff
1.1 --- a/netsurf/stuff/Makefile.defaults Wed Apr 29 21:33:46 2009 +0200 1.2 +++ b/netsurf/stuff/Makefile.defaults Sun Dec 18 03:01:59 2011 +0100 1.3 @@ -58,13 +58,13 @@ 1.4 # Template used for constructing the User Agent: string. The first two 1.5 # replacements are major/minor version, second two are OS and architecture. 1.6 # Please don't be tempted to mention Mozilla here! Let's let that lie die. 1.7 -NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s; %s)" 1.8 +NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s; %s) SliTaz" 1.9 1.10 # Default home page, if one is not defined by the user. Note that this 1.11 # option does not apply to the RISC OS version, as it has its own local 1.12 # home page, and it can be changed by editing the end of gui_init2() in 1.13 # riscos/gui.c 1.14 -NETSURF_HOMEPAGE := "file:///usr/share/webhome/index.html" 1.15 +NETSURF_HOMEPAGE := "file:///usr/share/webhome/netsurf.html" 1.16 1.17 # Force using glibc internal iconv implementation instead of external libiconv 1.18 # Valid options: YES, NO