diff options
author | pav <pav@FreeBSD.org> | 2010-09-01 05:22:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-09-01 05:22:25 +0800 |
commit | bdb0d248a6287d91b947339f6672dfe91db82613 (patch) | |
tree | 03670557684dea4af65e082e706fed539b41f344 /databases/fastdb | |
parent | b4a87b457dd344a7cb844c9c9ee1d90615bdade8 (diff) | |
download | freebsd-ports-gnome-bdb0d248a6287d91b947339f6672dfe91db82613.tar.gz freebsd-ports-gnome-bdb0d248a6287d91b947339f6672dfe91db82613.tar.zst freebsd-ports-gnome-bdb0d248a6287d91b947339f6672dfe91db82613.zip |
- Mark BROKEN on 6.x/7.x: does not compile
Reported by: pointyhat
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 b1e4e6a27931..5e448eb4cd1f 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -27,6 +27,10 @@ PORTDOCS= FastDB.htm .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800000 +BROKEN= does not compile +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |