diff options
Diffstat (limited to 'net/hf6to4/Makefile')
-rw-r--r-- | net/hf6to4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/hf6to4/Makefile b/net/hf6to4/Makefile index a549ce4da5f..f2ddac653c3 100644 --- a/net/hf6to4/Makefile +++ b/net/hf6to4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:22:19 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/15 13:26:07 tv Exp $ # DISTNAME= hf6to4-1.2 @@ -13,6 +13,8 @@ COMMENT= Enables 6to4 IPv6 automatic tunnels WRKSRC= ${WRKDIR} USE_PKGINSTALL= YES +NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support or ifconfig command + # This pkg doesn't regard USE_INET6 (leave this comment for README-IPv6.html!) EXTRACT_ONLY= # empty NO_CHECKSUM= yes |