summaryrefslogtreecommitdiff
path: root/graphics/code-eli
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-01-15 17:59:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-01-15 17:59:10 +0000
commit2746230174f53b4c7141b526ad702fd86baa73f1 (patch)
treeb5a815efcdc90b668d9f68255930823b7d7d18b3 /graphics/code-eli
parentUpgrade to git20150114 v0.1.9. (diff)
Mark as broken on FreeBSD version lower than 10.0-RELEASE
PR: 195752 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=377132
Diffstat (limited to 'graphics/code-eli')
-rw-r--r--graphics/code-eli/Makefile4
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} \