diff options
author | tv <tv> | 2005-11-08 16:57:40 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-08 16:57:40 +0000 |
commit | 4602f34671d5aa8dd0975c5efd0ef447f4061769 (patch) | |
tree | 0feb7fdea55dc79a56c4f71565547acb09e23db5 /net | |
parent | 728e485256d968743c1346f57b1d2bc796a932df (diff) | |
download | pkgsrc-4602f34671d5aa8dd0975c5efd0ef447f4061769.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net')
-rw-r--r-- | net/rp-l2tp/Makefile | 4 | ||||
-rw-r--r-- | net/rp-pppoe/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/rp-l2tp/Makefile b/net/rp-l2tp/Makefile index 2c61bebb11d..6f701d3b929 100644 --- a/net/rp-l2tp/Makefile +++ b/net/rp-l2tp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/08 16:57:59 tv Exp $ # DISTNAME= rp-l2tp-0.3 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/rp-l2tp/ COMMENT= User-space implementation of layer 2 tunnelling protocol +NOT_FOR_PLATFORM= Interix-*-* # no userland protocol stack support + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} USE_TOOLS+= gmake diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 1ff7ab35bf2..10df2e12acb 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/11/03 22:49:40 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2005/11/08 16:57:40 tv Exp $ DISTNAME= rp-pppoe-3.5 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.roaringpenguin.com/pppoe/ COMMENT= Roaring Penguin's PPP over Ethernet client +NOT_FOR_PLATFORM+= Interix-*-* # no userland protocol stack support + CONFLICTS+= mouse_pppoe<20000912nb1 USE_PKGINSTALL= YES |