diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-19 07:26:54 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-19 07:26:54 +0000 |
commit | 095530e8b09a0ed65f516ac53f3864eb1dd07c20 (patch) | |
tree | 0521b529675b4bbd8c546141f2cf9e86b0cbfe19 /devel/distcc | |
parent | Fix build error. Now blacs/scalapack are linked (diff) |
Add links to gcc43
Notes
Notes:
svn path=/head/; revision=177555
Diffstat (limited to 'devel/distcc')
-rw-r--r-- | devel/distcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 0d8b92b5725c..c450787199c6 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= distcc PORTVERSION= 2.18.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel ipv6 MASTER_SITES= http://distcc.samba.org/ftp/distcc/ @@ -36,7 +36,7 @@ OPTIONS= GNOME "Build GUI monitor based on GNOME" Off \ .if defined(WITH_COMPILER_LINKS) CCLINKDIR?= libexec/distcc PLIST_DIRS= ${CCLINKDIR} -GNU_COMPILERS= 295 32 33 34 40 41 42 +GNU_COMPILERS= 295 32 33 34 40 41 42 43 DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH} == "i386" DISTCC_COMPILERS+= icc icpc |