diff options
author | tv <tv> | 2005-03-15 13:26:07 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-15 13:26:07 +0000 |
commit | ab197a1011a0934680aaf7b05207f5502537f5b1 (patch) | |
tree | d74cb2ca346c1a2eb283bc0c1d7e2b03d4d2aedd /net/hf6to4 | |
parent | 1743af8448dfd1c4c4b80ae34a0c6f9840fa7986 (diff) | |
download | pkgsrc-ab197a1011a0934680aaf7b05207f5502537f5b1.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 |