diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 21:33:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 21:33:37 +0000 |
commit | b0b043bef4ebbbd6667ef16165c60cb4316cbd24 (patch) | |
tree | 25dd0367cf9363ef9dff746f158388a5dddf8de2 | |
parent | 310c4cd77ea0e4e58f4b5adc1825fd565b61b0f6 (diff) | |
download | pkgsrc-b0b043bef4ebbbd6667ef16165c60cb4316cbd24.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | net/dip/Makefile | 4 | ||||
-rw-r--r-- | net/latd/Makefile | 4 | ||||
-rw-r--r-- | net/mouse-pppoe/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile index 6c073e5774a..e9163d4100b 100644 --- a/net/dip/Makefile +++ b/net/dip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:58 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/07 21:33:37 tv Exp $ DISTNAME= bsddip-1.02 CATEGORIES= net @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org COMMENT= Dialup IP program +NOT_FOR_PLATFORM= Interix-*-* # no sl(4) device + NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_CONFIGURE= yes diff --git a/net/latd/Makefile b/net/latd/Makefile index 86fd497323e..69d518eb827 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:49 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/07 21:35:47 tv Exp $ # DISTNAME= latd-1.18 @@ -9,6 +9,8 @@ MAINTAINER= fredette@theory.lcs.mit.edu HOMEPAGE= http://theory.lcs.mit.edu/~fredette/latd/index.html COMMENT= The linux-decnet project's LAT protocol suite +NOT_FOR_PLATFORM= Interix-*-* # no direct ethernet support + USE_PKGINSTALL= yes GNU_CONFIGURE= yes diff --git a/net/mouse-pppoe/Makefile b/net/mouse-pppoe/Makefile index 9ed43d1115f..7eb54786ead 100644 --- a/net/mouse-pppoe/Makefile +++ b/net/mouse-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:26 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/07 21:39:28 tv Exp $ DISTNAME= pppoe.20000912 PKGNAME= mouse-${DISTNAME:S/./-/} @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/mouse/pppoe/ MAINTAINER= mouse@NetBSD.org COMMENT= derMouse's PPP over Ethernet program +NOT_FOR_PLATFORM= Interix-*-* # no userland protocol stack support + WRKSRC= ${WRKDIR} INSTALLATION_DIRS= sbin |