diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-18 17:24:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-18 17:24:11 +0000 |
commit | b1966048a2e3e7a808726f851b4ca49cdaf8f990 (patch) | |
tree | 87433c709703b03be6de7ef265af95d24a68d853 /net/vinagre | |
parent | 10570a724ced55c1fa6e458bb5bd6a0c85b77375 (diff) |
Notes
Diffstat (limited to 'net/vinagre')
-rw-r--r-- | net/vinagre/Makefile | 4 |
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 |