diff options
author | Maho Nakata <maho@FreeBSD.org> | 2002-11-19 22:57:51 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2002-11-19 22:57:51 +0000 |
commit | 38713a48bdbbabeffca297fd781dd973d17c83ff (patch) | |
tree | 94e719db581fd15e7c570b4db0ad58e66e8107df /lang/ifc | |
parent | 6d3df192a4efd0f9ee20158e8257a7ef736a7851 (diff) | |
download | ports-38713a48bdbbabeffca297fd781dd973d17c83ff.tar.gz ports-38713a48bdbbabeffca297fd781dd973d17c83ff.zip |
Notes
Diffstat (limited to 'lang/ifc')
-rw-r--r-- | lang/ifc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 00450abbc7ef..321e3d3d7390 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -42,8 +42,9 @@ OBJCOPY?= /usr/bin/objcopy IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, ${IFC_SITE}f60l/noncom.htm or https://premier.intel.com/ \(whichever has the file, to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again" .endif -.if exists(${LINUXBASE}/boot/kernel.h) -BROKEN= Cannot coexist with linux_devtools +.if exists(${LINUXBASE}/boot/kernel.h) || \ + exists(${PREFIX}/intel/compiler60/bin/icc) +BROKEN= Cannot coexist with linux_devtools or icc .endif post-extract: |