diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-04-23 16:48:56 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-04-23 16:48:56 +0000 |
commit | 0d63f83e15b519a2f3bca2915c62c3c376382f9f (patch) | |
tree | c5cbd9c63d04f5c577872684df6c091ec43f6880 /lang/icc | |
parent | Add xmms-gdancer 0.4.4, (diff) |
Unbreak for 4.x.
Approved by: steve
Noticed by: murray
Notes
Notes:
svn path=/head/; revision=58032
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 35b53e0fea61..ebeaba404a85 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -34,7 +34,7 @@ NO_FILTER_SHLIBS= yes ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//' .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES} (e.g. http://www.intel.com/software/products/compilers/c50/linux/noncom.htm), put it into ${DISTDIR} and run make again. WARNING: this will lead to a mixed up installation if you already use the default linux emulation. This port uses the linux_base-7 port instead of the default linux_base port" +IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES}, e.g. from http://www.intel.com/software/products/compilers/c50/linux/noncom.htm. Put it into ${DISTDIR} and run make again. WARNING: this will lead to a mixed up installation if you already use the default linux emulation. This port uses the linux_base-7 port instead of the default linux_base port" .endif post-extract: |