aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2009-02-02 14:23:18 +0000
committerStefan Walter <stefan@FreeBSD.org>2009-02-02 14:23:18 +0000
commit77b44bad4edbb14b9dfb1795f6c891d80565b428 (patch)
tree3f453615bce0558654428134af7abeeab07b5a5d /databases
parent9ee9a9867c47b606c207b3e5c88148e1b04f7278 (diff)
downloadports-77b44bad4edbb14b9dfb1795f6c891d80565b428.tar.gz
ports-77b44bad4edbb14b9dfb1795f6c891d80565b428.zip
Notes
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>