diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-19 23:04:49 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-19 23:04:49 +0000 |
| commit | bc3a8210d9b11324022c347d981e6f181630d0ca (patch) | |
| tree | a29c628338d62b57c524a7587e2182188d31b1db /databases/fastdb | |
| parent | 16dda2677f203d36eb2d9d9b0ff8091281ecd336 (diff) | |
Notes
Diffstat (limited to 'databases/fastdb')
| -rw-r--r-- | databases/fastdb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index 27a899eb7c5f..3ee623f187e9 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -29,6 +29,10 @@ PORTDOCS= FastDB.htm .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |
