1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Chase the avahi-core shared lib version.

This commit is contained in:
Joe Marcus Clarke 2008-12-17 05:51:25 +00:00
parent 5c71d03822
commit abd621b036
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224317

View File

@ -7,7 +7,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= ftp ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -100,7 +100,7 @@ PLIST_SUB+= ZEROCONF="@comment "
.if defined(WITH_AVAHI) && !defined(WITH_HOWL)
LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus \
avahi-core.5:${PORTSDIR}/net/avahi-app
avahi-core.6:${PORTSDIR}/net/avahi-app
CONFIGURE_ARGS+= --with-zeroconf --enable-avahi
.endif