diff options
Diffstat (limited to 'graphics/code-eli/Makefile')
-rw-r--r-- | graphics/code-eli/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 9a0f8caa9b2f..da50b05b5f76 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -37,6 +37,10 @@ DOCS_ALL_TARGET= doc .include <bsd.port.options.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= Can not compile if FreeBSD version lower than 10.0-RELEASE +.endif + post-patch: .if ! ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} \ |