diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2006-03-07 18:26:53 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2006-03-07 18:26:53 +0000 |
commit | afc31bdc39671cb7b025d6bc668b8fc594de5df2 (patch) | |
tree | a5acc549448d83f0290a6049ac260dedd0e7446d /net | |
parent | 62f37ac5cc6fb688e1b25383082b2e95a708988b (diff) | |
download | pkgsrc-afc31bdc39671cb7b025d6bc668b8fc594de5df2.tar.gz |
Since I'm still working working on it, don't try to build this pkg on
NetBSD <= 3 and Interix (should work on other systems).
Diffstat (limited to 'net')
-rw-r--r-- | net/miredo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index daec624b179..a391e3b721c 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/28 01:29:39 rpaulo Exp $ +# $NetBSD: Makefile,v 1.2 2006/03/07 18:26:53 rpaulo Exp $ DISTNAME= miredo-0.8.0 CATEGORIES= net @@ -9,6 +9,8 @@ MAINTAINER= rpaulo@NetBSD.org HOMEPAGE= http://www.simphalempin.com/dev/miredo/ COMMENT= Teredo IPv6 tunneling +NOT_FOR_PLATFORM= Interix-*-* NetBSD-[0-3]*-* + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/miredo |