summaryrefslogtreecommitdiff
path: root/net/choparp
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-08 15:37:03 +0000
committertv <tv@pkgsrc.org>2005-11-08 15:37:03 +0000
commit62c35a25846cb899a2c7a0f6d4009486520328a3 (patch)
treeb6791f5db4c6581633e277156a93513f68a088e2 /net/choparp
parent1a91551aa930186d9471524988f841b7d02af003 (diff)
downloadpkgsrc-62c35a25846cb899a2c7a0f6d4009486520328a3.tar.gz
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/choparp')
-rw-r--r--net/choparp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/choparp/Makefile b/net/choparp/Makefile
index 9e7fd1c176f..86859bfc1c4 100644
--- a/net/choparp/Makefile
+++ b/net/choparp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:02 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/08 15:37:03 tv Exp $
#
DISTNAME= choparp-20021107
@@ -9,6 +9,8 @@ MAINTAINER= dbj@NetBSD.org
HOMEPAGE= http://choparp.sf.net/
COMMENT= Simple proxy arp daemon
+NOT_FOR_PLATFORM= Interix-*-* # does not have bpf(4) device
+
MANCOMPRESSED_IF_MANZ= yes
.include "../../mk/bsd.pkg.mk"