summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-06-24 09:17:34 +0000
committercjep <cjep@pkgsrc.org>2004-06-24 09:17:34 +0000
commit39413756548464b6b671282412d53cf19fb8baf8 (patch)
treef41d5270ad1fc2c84e1f807b1adc6e7854e1676e /www/w3m/Makefile.common
parent777fb552f512387482bbdf7f7e9200abb93ece10 (diff)
downloadpkgsrc-39413756548464b6b671282412d53cf19fb8baf8.tar.gz
Update of www/w3m to 0.5.1. From PR#25995.
Changes from 0.5 include (please see the ChangeLog for full details): * configuration changes; * build errors fixes when using --enable-m17n and --disable-unicode; * HTTP basic authentication bugs fixed; * Fix IPv6 FQDN resolution failure; * bug fixes and source cleanup.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index 147ef91251b..2e0e796c60a 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.29 2004/05/14 08:46:05 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.30 2004/06/24 09:17:34 cjep Exp $
#
DISTNAME= w3m-${W3M_VERS}
-PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/}
@@ -15,7 +14,7 @@ USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
USE_GNU_TOOLS+= make # Needed for some combinations of options...
-W3M_VERS= 0.5
+W3M_VERS= 0.5.1
# For w3mman, xface2xpm, cgi scripts.
USE_PERL5= run
@@ -64,6 +63,7 @@ CONFIGURE_ARGS+= --enable-keymap=w3m
_W3M_USE_IMAGE?= NO
.if ${_W3M_USE_IMAGE} == YES
+USE_X11= YES
CONFIGURE_ARGS+= --enable-image=x11
.else
CONFIGURE_ARGS+= --disable-image