summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-18 17:24:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-18 17:24:11 +0000
commitb1966048a2e3e7a808726f851b4ca49cdaf8f990 (patch)
tree87433c709703b03be6de7ef265af95d24a68d853 /net
parent- Update to 1.06 (diff)
Add a missing dependency on avahi-ui.
PR: 118828 Submitted by: Romain Tartiere <romain@blogreen.org>
Diffstat (limited to 'net')
-rw-r--r--net/vinagre/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
index bba8efa59712..42332fe24da8 100644
--- a/net/vinagre/Makefile
+++ b/net/vinagre/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vinagre
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -15,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= VNC client for the GNOME Desktop
LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \
- avahi-core.5:${PORTSDIR}/net/avahi
+ avahi-core.5:${PORTSDIR}/net/avahi \
+ avahi-ui.0:${PORTSDIR}/net/avahi-gtk
USE_BZIP2= yes
USE_GETTEXT= yes