diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-26 22:25:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-26 22:25:25 +0000 |
commit | 8aa19c3bca415fa0fcb00cfa3c99849a9e7863d4 (patch) | |
tree | 74b4acd56f73af9f2a713955b37ad42dc32811ba /net/netsaint-plugins | |
parent | b6f26065d5e08bc9ee30177815d18d88c03a6415 (diff) | |
download | pkgsrc-8aa19c3bca415fa0fcb00cfa3c99849a9e7863d4.tar.gz |
Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r-- | net/netsaint-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |