aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dwatch-json
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /sysutils/dwatch-json
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Notes
Diffstat (limited to 'sysutils/dwatch-json')
-rw-r--r--sysutils/dwatch-json/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dwatch-json/Makefile b/sysutils/dwatch-json/Makefile
index bf142de411f9..f76d74e00269 100644
--- a/sysutils/dwatch-json/Makefile
+++ b/sysutils/dwatch-json/Makefile
@@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 1101516 || (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200065)
+.if ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200065
IGNORE= requires dwatch available in recent FreeBSD 11 or 12
.endif