diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-05 23:40:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-05 23:40:09 +0000 |
commit | 871424be85c476aef29492e72b400b23fd87f582 (patch) | |
tree | 2e8de5c7c6e048f5e2ecb84a0ae3733905b27aa6 /devel/distcc | |
parent | 3e10043f24a8047b4aeae443bd95a15f33285de9 (diff) | |
download | ports-871424be85c476aef29492e72b400b23fd87f582.tar.gz ports-871424be85c476aef29492e72b400b23fd87f582.zip |
Notes
Diffstat (limited to 'devel/distcc')
-rw-r--r-- | devel/distcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index 74dcd4d9bce9..c3675c140b41 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -7,11 +7,11 @@ PORTNAME= distcc PORTVERSION= 2.18.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel ipv6 MASTER_SITES= http://distcc.samba.org/ftp/distcc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ahze@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt @@ -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 35 40 41 +GNU_COMPILERS= 295 32 33 34 40 41 DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH} == "i386" DISTCC_COMPILERS+= icc icpc |