diff options
-rw-r--r-- | deskutils/recoll/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index aa2e5d2e9803..4a6533513d70 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -37,8 +37,8 @@ post-patch: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= doesn't build +.if ${OSVERSION} > 700050 +BROKEN= does not build .endif .include <bsd.port.post.mk> |