summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 04:13:26 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 04:13:26 +0000
commite6abbd4acd9c758dba0831d12317931aa551209e (patch)
tree92e526ebf00a46e8b8f1623e35c143efe7d9f410 /sysutils
parent1dc8a7e2f15a171430c40bd841533a9e0d12a1b4 (diff)
downloadpkgsrc-e6abbd4acd9c758dba0831d12317931aa551209e.tar.gz
Use BROKEN_ON_PLATFORM for "no platform specific code yet"
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/monit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile
index f215c68207d..47b3afe253d 100644
--- a/sysutils/monit/Makefile
+++ b/sysutils/monit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/05/12 09:00:54 imil Exp $
+# $NetBSD: Makefile,v 1.16 2015/01/04 04:13:26 dholland Exp $
#
DISTNAME= monit-5.8
@@ -11,7 +11,7 @@ COMMENT= Monitors processes, files, directories and devices
LICENSE= gnu-agpl-v3
# no platform specific code yet
-NOT_FOR_PLATFORM+= BSDOS-*-* DragonFly-*-* Interix-*-* IRIX-*-* OSF1-*-*
+BROKEN_ON_PLATFORM+= BSDOS-*-* DragonFly-*-* Interix-*-* IRIX-*-* OSF1-*-*
USE_TOOLS+= gmake gzcat flex yacc
USE_PKGLOCALEDIR= yes