diff options
Diffstat (limited to 'sysutils/dwatch-gource/Makefile')
-rw-r--r-- | sysutils/dwatch-gource/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dwatch-gource/Makefile b/sysutils/dwatch-gource/Makefile index e67e8d0e1f37..a84d807d5412 100644 --- a/sysutils/dwatch-gource/Makefile +++ b/sysutils/dwatch-gource/Makefile @@ -21,7 +21,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 |