diff options
author | itojun <itojun> | 2000-03-02 15:47:35 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-03-02 15:47:35 +0000 |
commit | 4fccbbe92fc45ba2220c0c7db68b9cad95c7c745 (patch) | |
tree | 747d76acc74b032927935460ce68aa8cd8a9bed3 /www | |
parent | 138c234a481cb417614ebd26d3fc4ee2b0315a71 (diff) | |
download | pkgsrc-4fccbbe92fc45ba2220c0c7db68b9cad95c7c745.tar.gz |
add USE_INET6 for IPv6 support
Diffstat (limited to 'www')
-rw-r--r-- | www/w3m/Makefile | 4 |
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). |