diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-19 18:58:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-19 18:58:21 +0000 |
commit | 6bb9276c745597f9ea7efce3830d3416a6e496be (patch) | |
tree | 7fc15f2ec301138a7f0554f5643057a321476a58 | |
parent | 92ba5ae5b85d4f1313ae8592295af8016c43ab48 (diff) |
Add some missing dependencies.
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=204130
-rw-r--r-- | net/vinagre/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index 42332fe24da8..4c982a991c02 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -7,7 +7,7 @@ PORTNAME= vinagre PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,12 +17,13 @@ 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-ui.0:${PORTSDIR}/net/avahi-gtk + avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ + gnome-keyring:${PORTSDIR}/security/gnome-keyring USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes -USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 +USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomevfs2 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |