diff options
Diffstat (limited to 'textproc/openvanilla-modules/Makefile')
-rw-r--r-- | textproc/openvanilla-modules/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 3eaac4aa32e0..271b8a009884 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -37,6 +37,10 @@ MAKE_ARGS+= INSTALL_PREFIX=${PREFIX} OV_INCLUDE=${LOCALBASE}/include .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if !defined(WITHOUT_OVIMArray) PLIST_SUB+= OVIMArray="" .else |