aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-10 23:38:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-10 23:38:51 +0000
commitfed243a9f18854cb17f010cb3c637b7540e04ad3 (patch)
treebfcfbcabbbf6eba266117a756d2c008d86c04ed2 /ftp
parentf20f0419312b4feace4b53eac58b5d7fa22817c7 (diff)
downloadports-fed243a9f18854cb17f010cb3c637b7540e04ad3.tar.gz
ports-fed243a9f18854cb17f010cb3c637b7540e04ad3.zip
Chase the avahi-core shared lib version.
Notes
Notes: svn path=/head/; revision=184830
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 2d88fc70af6d..fa22f6bd583d 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -101,7 +101,7 @@ PLIST_SUB+= ZEROCONF="@comment "
.if defined(WITH_AVAHI) && !defined(WITH_HOWL)
LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus \
- avahi-core.4:${PORTSDIR}/net/avahi
+ avahi-core.5:${PORTSDIR}/net/avahi
CONFIGURE_ARGS+= --with-zeroconf --enable-avahi
.endif