diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 14:10:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 14:10:40 +0000 |
commit | 9ba85f83a93892d980aa51368697cb67f27a0271 (patch) | |
tree | 60ab66defde2bb39f7e025f36bfaf1c896e237a7 | |
parent | 3e0f03ddc2b89ae95540954a976b3fb39bd7e0d3 (diff) | |
download | pkgsrc-9ba85f83a93892d980aa51368697cb67f27a0271.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | net/gated/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index e65acb19528..cb295badf12 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:46 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/11/08 14:10:40 tv Exp $ DISTNAME= gated-3-5-11 PKGNAME= gated-3.5.11 @@ -12,6 +12,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gated.org/ COMMENT= Routing protocol daemon +NOT_FOR_PLATFORM= Interix-*-* # no userland routing table support + RESTRICTED= "Required license from Merit" NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |