diff options
author | bjs <bjs@pkgsrc.org> | 2008-03-10 01:57:43 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-03-10 01:57:43 +0000 |
commit | 71fef6955689a47ef61c15b6655cd1b3b2815e29 (patch) | |
tree | 338915257c04afa6d3620c5f69ca3dc3f74c1792 /www/elinks/Makefile | |
parent | 97cbb2c0e4b6e89c82d4cc1adf5e0b662d5c30f7 (diff) | |
download | pkgsrc-71fef6955689a47ef61c15b6655cd1b3b2815e29.tar.gz |
Update to 0.11.4rc1. No changelog available; if interested, please
see GIT history.
Made option elinks-fastmem the default, as it's significantly faster
and I don't trust their wrappers of malloc(), etc. al. anyway.
Version 0.12 supports boehm-gc, which will probably become the default.
If 0.12 isn't released fairly soon, I'll see about backporting support.
Also add elinks-html-highlight as a default, as there's really no
reason not to.
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 675902ec50b..3cf370b2a49 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2008/02/06 04:30:37 bjs Exp $ +# $NetBSD: Makefile,v 1.37 2008/03/10 01:57:43 bjs Exp $ -DISTNAME= elinks-0.11.4rc0 +DISTNAME= elinks-0.11.4rc1 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 |