diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-10 23:38:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-10 23:38:51 +0000 |
commit | fed243a9f18854cb17f010cb3c637b7540e04ad3 (patch) | |
tree | bfcfbcabbbf6eba266117a756d2c008d86c04ed2 /ftp | |
parent | f20f0419312b4feace4b53eac58b5d7fa22817c7 (diff) |
Chase the avahi-core shared lib version.
Notes
Notes:
svn path=/head/; revision=184830
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wzdftpd/Makefile | 2 |
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 |