summaryrefslogtreecommitdiff
path: root/net/choparp
diff options
context:
space:
mode:
authortv <tv>2005-11-08 15:37:03 +0000
committertv <tv>2005-11-08 15:37:03 +0000
commit91f0c32896d8627dd495de09aaa61382d98aa6cf (patch)
treeb6791f5db4c6581633e277156a93513f68a088e2 /net/choparp
parent34eafb1f0a59190bd558786774dfc6aefdf799db (diff)
downloadpkgsrc-91f0c32896d8627dd495de09aaa61382d98aa6cf.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"