diff options
Diffstat (limited to 'sysutils/dwatch-json/Makefile')
-rw-r--r-- | sysutils/dwatch-json/Makefile | 2 |
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 |