diff options
author | tv <tv@pkgsrc.org> | 2005-03-12 05:24:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-12 05:24:50 +0000 |
commit | 07f8b4d35ad6be100b4ac5565257444b2540af05 (patch) | |
tree | 47ee32cb46b77bc5c51dee7ce4c1d8035b9a119a /net/libpcap/Makefile | |
parent | ff530087d77c980f0541977a3afab0ca0d5dd2f6 (diff) | |
download | pkgsrc-07f8b4d35ad6be100b4ac5565257444b2540af05.tar.gz |
Mark as NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 52322916ebd..8266be7fa2a 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/01/26 17:39:55 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/03/12 05:24:50 tv Exp $ DISTNAME= libpcap-0.8.3 SVR4_PKGNAME= lpcap @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.tcpdump.org/ COMMENT= System-independent interface for user-level packet capture +NOT_FOR_PLATFORM+= Interix-*-* # no raw interface access + PKG_INSTALLATION_TYPES= overwrite pkgviews # tarball contains invalid dir entry libpcap-0.8.3/.; breaks "first" extract |