diff options
author | tnn <tnn> | 2008-05-26 22:25:25 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-26 22:25:25 +0000 |
commit | a7920a91ab481dc4b96a08f891113133a73d903a (patch) | |
tree | 74b4acd56f73af9f2a713955b37ad42dc32811ba /net | |
parent | d9e1b6ef2c901ed067747b9466309e877d0b22b8 (diff) | |
download | pkgsrc-a7920a91ab481dc4b96a08f891113133a73d903a.tar.gz |
Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
Diffstat (limited to 'net')
-rw-r--r-- | net/netsaint-plugin-snmp/Makefile | 4 | ||||
-rw-r--r-- | net/netsaint-plugins/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile index 1b38bbede56..754b7570c4f 100644 --- a/net/netsaint-plugin-snmp/Makefile +++ b/net/netsaint-plugin-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/09/09 02:43:11 obache Exp $ +# $NetBSD: Makefile,v 1.18 2008/05/26 22:25:25 tnn Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -16,6 +16,8 @@ DEPENDS+= net-snmp>=5.0.9:../../net/net-snmp .include "../../net/netsaint-base/Makefile.common" +NOT_FOR_BULK_PLATFORM= Linux-*-* + BUILD_TARGET= check_snmp check_hpjd INSTALLATION_DIRS= libexec/netsaint diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 55b5e10427b..6bcebc529e5 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/03/13 17:38:48 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2008/05/26 22:25:25 tnn Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://netsaintplug.sourceforge.net/ COMMENT= NetSaint plugins -BROKEN_IN= pkgsrc-2006Q4 +NOT_FOR_BULK_PLATFORM= Linux-*-* DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base .if !exists(/usr/bin/ssh) |