diff options
author | tv <tv@pkgsrc.org> | 2005-03-15 13:26:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-15 13:26:07 +0000 |
commit | 24e677fef342e7e7a488571d5f83f9e16b2d4583 (patch) | |
tree | d74cb2ca346c1a2eb283bc0c1d7e2b03d4d2aedd /net/hf6to4 | |
parent | 80fb8c80a52402a1c1f24ebb80cd3e601feaa523 (diff) | |
download | pkgsrc-24e677fef342e7e7a488571d5f83f9e16b2d4583.tar.gz |
Mark as NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/hf6to4')
-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 |