diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2006-03-31 23:21:33 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2006-03-31 23:21:33 +0000 |
commit | 6820fb14f27eed459ef983c55ca78cfc49417752 (patch) | |
tree | aa6357693976181ba9e037a180ef84c8e4e1a6ff /net | |
parent | 34622ebc46f940360cec9df1d45004ca6b685292 (diff) | |
download | pkgsrc-6820fb14f27eed459ef983c55ca78cfc49417752.tar.gz |
SunOS is not supported. PR 33157.
Diffstat (limited to 'net')
-rw-r--r-- | net/miredo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index 7970f408040..4e9be6475ab 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/14 01:58:47 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/31 23:21:33 rpaulo Exp $ DISTNAME= miredo-0.8.0 CATEGORIES= net @@ -9,7 +9,7 @@ MAINTAINER= rpaulo@NetBSD.org HOMEPAGE= http://www.simphalempin.com/dev/miredo/ COMMENT= Teredo IPv6 tunneling -NOT_FOR_PLATFORM= Interix-*-* NetBSD-[0-3]*-* +NOT_FOR_PLATFORM= Interix-*-* NetBSD-[0-3]*-* SunOS-*-* GNU_CONFIGURE= yes USE_LIBTOOL= yes |