From 2746230174f53b4c7141b526ad702fd86baa73f1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 15 Jan 2015 17:59:10 +0000 Subject: Mark as broken on FreeBSD version lower than 10.0-RELEASE PR: 195752 Submitted by: maintainer --- graphics/code-eli/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/code-eli') 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 +.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} \ -- cgit v1.2.3