summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-03-02 15:47:35 +0000
committeritojun <itojun@pkgsrc.org>2000-03-02 15:47:35 +0000
commit79aac0d7891c066f485b8ccb5bc4da25708e7c70 (patch)
tree747d76acc74b032927935460ce68aa8cd8a9bed3 /www
parent6da4697d37f9444e4e146393917a4a0dc634090f (diff)
downloadpkgsrc-79aac0d7891c066f485b8ccb5bc4da25708e7c70.tar.gz
add USE_INET6 for IPv6 support
Diffstat (limited to 'www')
-rw-r--r--www/w3m/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index eeee0ca7cf6..db16a01bce7 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/03/02 15:46:44 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/03/02 15:47:35 itojun Exp $
DISTNAME= w3m-0.1.6
CATEGORIES= www
@@ -21,6 +21,8 @@ HELPERDIR= lib/w3m
HAS_CONFIGURE= yes
+# configure will check IPv6 readiness automatically
+BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
# Set this to NO for ISO-8859-1 support (exclusive to Japanese).