diff options
-rw-r--r-- | ftp/wzdftpd/Makefile | 4 | ||||
-rw-r--r-- | net/vinagre/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index aebb1fae3848..a66e27ad04ad 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -8,7 +8,7 @@ PORTNAME= vinagre PORTVERSION= 2.30.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= VNC client for the GNOME Desktop LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ - avahi-core.6:${PORTSDIR}/net/avahi-app \ + avahi-core.7:${PORTSDIR}/net/avahi-app \ avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ gnome-keyring:${PORTSDIR}/security/gnome-keyring |