aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/libpbl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/libpbl/Makefile b/databases/libpbl/Makefile
index f329af58c1c7..8eb4f961d679 100644
--- a/databases/libpbl/Makefile
+++ b/databases/libpbl/Makefile
@@ -40,4 +40,10 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= does not work with databases > ~200 MB (see ports/130236)
+.endif
+
+.include <bsd.port.post.mk>