diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 21:46:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 21:46:25 +0000 |
commit | 887dc1f723ba7a03a6985dd01d75e84ecdfa887d (patch) | |
tree | 572f10db0e3602db5f2f39799d56f923d8105930 | |
parent | 67b91fbe6990738a9a690c94a3db7381049deb42 (diff) | |
download | pkgsrc-887dc1f723ba7a03a6985dd01d75e84ecdfa887d.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | net/pptp/Makefile | 4 | ||||
-rw-r--r-- | net/sharity-light/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/pptp/Makefile b/net/pptp/Makefile index d3b0962f793..112361390ec 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:40 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/07 21:46:25 tv Exp $ DISTNAME= pptp-linux-1.0.2 PKGNAME= pptp-1.0.2 @@ -11,6 +11,8 @@ COMMENT= PPTP client package for Microsoft VPN servers (no encryption yet) #LICENSE= GPL +NOT_FOR_PLATFORM= Interix-*-* + .include "../../mk/bsd.prefs.mk" # Not quite yet---special config for MPPE in pppd. diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index 4133bfa4fe5..48ff04640c9 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:28 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/07 21:47:14 tv Exp $ # DISTNAME= Sharity-Light.1.2 @@ -11,6 +11,8 @@ MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://www.obdev.at/Products/shlight.html COMMENT= Userland smbfs -- SMB to NFS protocol converter +NOT_FOR_PLATFORM= Interix-*-* # SMB is all native + # avoid picking up a bad value from a users environment MAKE_ENV+= "ARCH= " |