diff options
author | agc <agc@pkgsrc.org> | 1999-03-09 16:43:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-09 16:43:07 +0000 |
commit | b5e3bbc50a987cc84f6b979eaa400bf30100c72f (patch) | |
tree | 69d343ac6957bee29e09c333836a2a0798031317 /net/arpwatch/Makefile | |
parent | b733efcf0da102100ec105edb08c0bd9ee27a867 (diff) | |
download | pkgsrc-b5e3bbc50a987cc84f6b979eaa400bf30100c72f.tar.gz |
Mark this package as not working on Solaris for just now.
It needs libpcap, which needs bpf.
Diffstat (limited to 'net/arpwatch/Makefile')
-rw-r--r-- | net/arpwatch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index ec1f0a2df1f..ace9124db7e 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/02/20 22:48:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1999/03/09 16:43:07 agc Exp $ # DISTNAME= arpwatch-2.1a4 @@ -10,6 +10,8 @@ MAINTAINER= bouyer@netbsd.org GNU_CONFIGURE= yes +NOT_FOR_OPSYS= SunOS # Needs libpcap, which needs bpf. + post-install: ${INSTALL_MAN} ${WRKSRC}/arpwatch.8 ${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/arpsnmp.8 ${PREFIX}/man/man8 |