diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-08 20:28:25 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-08 20:28:25 +0000 |
commit | e76d286802d6997c047c3ce41e99d2ee3ea699b0 (patch) | |
tree | 68c30a7f43ccf2ee09027946b50fd9666ce16370 /lang/ifc7 | |
parent | e5d621e43e962aa88fcf20f140c5587f8c2f4fdf (diff) |
Notes
Diffstat (limited to 'lang/ifc7')
-rw-r--r-- | lang/ifc7/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 8dad6412e8e3..4280929cf850 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -40,6 +40,10 @@ IFC_SITE= http://www.intel.com/software/products/compilers/ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC_SITE}f60l/noncom.htm or from https://premier.intel.com/. Registration is required!! Put it into ${DISTDIR} and run make again." .endif +.if exists(${PREFIX}/intel/compiler60/bin/icc) +BROKEN= Can not coexist with icc +.endif + post-extract: .for i in \ intel-ifc6-6.0.1-304.i386.rpm \ |