diff options
author | dholland <dholland> | 2015-01-04 04:13:26 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 04:13:26 +0000 |
commit | fc6ff39a85079ee359c7b69a85e056dbca15b663 (patch) | |
tree | 92e526ebf00a46e8b8f1623e35c143efe7d9f410 /sysutils/monit | |
parent | e53945e55f62c287acecfb12ea66c185def8c758 (diff) | |
download | pkgsrc-fc6ff39a85079ee359c7b69a85e056dbca15b663.tar.gz |
Use BROKEN_ON_PLATFORM for "no platform specific code yet"
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 4 |
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 |