aboutsummaryrefslogtreecommitdiff
path: root/deskutils/recoll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/recoll/Makefile')
-rw-r--r--deskutils/recoll/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile
index 63a502798e14..fcc546684303 100644
--- a/deskutils/recoll/Makefile
+++ b/deskutils/recoll/Makefile
@@ -34,4 +34,10 @@ post-patch:
${REINPLACE_CMD} -e 's/^CXXFLAGS =/CXXFLAGS ?=/' \
${WRKSRC}/mk/localdefs.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= doesn't build
+.endif
+
+.include <bsd.port.post.mk>