diff options
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index d7b702bab..54c9057a4 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,11 +3,11 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.78 2010/04/01 15:02:57 kwm Exp $ +# $MCom: ports/net/vino/Makefile,v 1.80 2010/09/01 12:50:53 avl Exp $ # PORTNAME= vino -PORTVERSION= 2.31.91 +PORTVERSION= 2.32.0 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ + telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes |