diff options
Diffstat (limited to 'devel/monotone/Makefile')
-rw-r--r-- | devel/monotone/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index bcac8b00b2ec..5ee42e4443a7 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -54,6 +54,10 @@ CONFIGURE_ARGS= --with-bundled-sqlite .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} < 500000 BROKEN= "Does not run on FreeBSD-4.x at this time" .endif |