diff options
author | tnn <tnn> | 2008-05-26 22:25:25 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-26 22:25:25 +0000 |
commit | 8342c1438d2c68dfb9a09d9a5c2b1b561b4092e9 (patch) | |
tree | 74b4acd56f73af9f2a713955b37ad42dc32811ba /net | |
parent | 73c3f68df1f65d9a3a69d8cd9c32390a006916cf (diff) | |
download | pkgsrc-8342c1438d2c68dfb9a09d9a5c2b1b561b4092e9.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) |