summaryrefslogtreecommitdiff
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
commit42b016dca357f515521d95d4d8124b181dd5e7bc (patch)
tree92e526ebf00a46e8b8f1623e35c143efe7d9f410
parent33c028c5b9fefcbdffd68de56b1b24dcdef91e0b (diff)
downloadpkgsrc-42b016dca357f515521d95d4d8124b181dd5e7bc.tar.gz
Use BROKEN_ON_PLATFORM for "no platform specific code yet"
-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