From 77b44bad4edbb14b9dfb1795f6c891d80565b428 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Mon, 2 Feb 2009 14:23:18 +0000 Subject: Mark as BROKEN on OSVERSION >= 700000 for now: does not work with databases bigger than ~200 MB. PR: 130236 Submitted by: Kenji Rikitake Approved by: maintainer --- databases/libpbl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases') 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 +.include + +.if ${OSVERSION} >= 700000 +BROKEN= does not work with databases > ~200 MB (see ports/130236) +.endif + +.include -- cgit v1.2.3