diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-11-14 11:26:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-11-14 11:26:59 +0000 |
commit | 50c7b417e38598978a2632c94c21562190f5737c (patch) | |
tree | 4c728ef23dfb9c2bf0c1eebc23ad8d7b2eea4181 /lang/icc | |
parent | - Update to version 0.23.1 [1] (diff) |
Do not terminate BROKEN messages with period, it is added by the framework.
Notes
Notes:
svn path=/head/; revision=426104
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 4cdab4cdaeb7..c7567e46b3e8 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -71,7 +71,7 @@ IGNORE= go to Intel Premier Support \(https://premier.intel.com/\) to obtain ${D .endfor .if exists(${LINUXBASE}/boot/kernel.h) -BROKEN= Cannot coexist with linux_devtools. +BROKEN= cannot coexist with linux_devtools .endif post-extract: |