summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-07-25 00:13:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-07-25 00:13:07 +0000
commit6445ad6875f3725ab46f2aab4a8d8ea9078e2aa3 (patch)
tree169b2e6aa40cb84b67e550235d5df3ec9c99ccf1 /ftp
parent- Remove license files from pkg-plist (diff)
Chase the avahi-core shared lib version.
Notes
Notes: svn path=/head/; revision=258187
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 01c1125e9688..9c5858a1c75c 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= ftp ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-0.8
@@ -99,7 +99,7 @@ PLIST_SUB+= ZEROCONF="@comment "
.if defined(WITH_AVAHI) && !defined(WITH_HOWL)
LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus \
- avahi-core.6:${PORTSDIR}/net/avahi-app
+ avahi-core.7:${PORTSDIR}/net/avahi-app
CONFIGURE_ARGS+= --with-zeroconf --enable-avahi
.endif