aboutsummaryrefslogtreecommitdiff
path: root/devel/distcc/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-01-01 14:31:35 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-01-01 14:31:35 +0000
commitfd3d698f23d4a059ace09bfc172af55a10f4b658 (patch)
treef8c92bc1505a4fa3c6d5c5767ec7d2ade00c2370 /devel/distcc/Makefile
parent810161a3c84e3ce87664af1dc6470c74674cfd59 (diff)
downloadports-fd3d698f23d4a059ace09bfc172af55a10f4b658.tar.gz
ports-fd3d698f23d4a059ace09bfc172af55a10f4b658.zip
Notes
Diffstat (limited to 'devel/distcc/Makefile')
-rw-r--r--devel/distcc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile
index e622d240b51a..601ab1b3c996 100644
--- a/devel/distcc/Makefile
+++ b/devel/distcc/Makefile
@@ -8,10 +8,11 @@
PORTNAME= distcc
PORTVERSION= 2.18.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= http://distcc.samba.org/ftp/distcc/
-PATCH_SITES= http://0pointer.de/public/
+#PATCH_SITES= http://0pointer.de/public/
+PATCH_SITES= LOCAL/ahze
MAINTAINER= ahze@FreeBSD.org
COMMENT= Distribute compilation of C(++) code acrosss machines on a network
@@ -37,10 +38,11 @@ OPTIONS= AVAHI "Enable Avahi Zeroconf/mDNS/Bonjour support" Off \
.include <bsd.port.pre.mk>
.if defined(WITH_AVAHI)
-PATCHFILES+= distcc-avahi.patch
-LIB_DEPENDS+= avahi-glib.1:${PORTSDIR}/net/avahi
+PATCHFILES+= distcc-avahi-080101.patch
+LIB_DEPENDS+= avahi-glib.1:${PORTSDIR}/net/avahi-app
PATCH_DIST_STRIP= -p1
USE_AUTOTOOLS+= autoconf:261
+AUTOCONF_ARGS+= -I${LOCALBASE}/share/libtool/libltdl/
CFLAGS+= -DHAVE_AVAHI
.endif