diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:32:35 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:32:35 +0000 |
commit | 1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef (patch) | |
tree | d25f47e82d9f5c07d8ef3dcc88dcc03a0b947c55 /lang/icc/Makefile | |
parent | bd8178b27a7c1e18a4df5dc19e6fefb99cee68d5 (diff) | |
download | ports-1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef.tar.gz ports-1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef.zip |
Notes
Diffstat (limited to 'lang/icc/Makefile')
-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 93251e43aded..84b398778fc1 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -62,7 +62,7 @@ GXXINCLUDE= /usr/include/c++/${GCCCOMPATVER:C/([0-9])([0-9]).+/\1.\2/} .for file in ${DISTFILES} .if !exists(${DISTDIR}/${DIST_SUBDIR}/${file}) -IGNORE= "Go to Intel Premier Support \(https://premier.intel.com/\) to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again" +IGNORE= Go to Intel Premier Support \(https://premier.intel.com/\) to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again .endif .endfor |