diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-21 04:12:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-21 04:12:13 +0800 |
commit | f0b04a7ac354e2014e142835525d7d9b43d8a06d (patch) | |
tree | bda93710286626f7b5986b2af67c1d3445d7ab99 /net | |
parent | 36388f713b078db76f2e80ed8e85d8fb9c4ada07 (diff) | |
download | marcuscom-ports-f0b04a7ac354e2014e142835525d7d9b43d8a06d.tar.gz marcuscom-ports-f0b04a7ac354e2014e142835525d7d9b43d8a06d.tar.zst marcuscom-ports-f0b04a7ac354e2014e142835525d7d9b43d8a06d.zip |
Fix the comment. Vino is a VNC server.
Reported by: Gavin Mu <gavin.mu@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3000 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/vino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 4cf40e7ee..e11dabda5 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 frontend for vncviewer +COMMENT= VNC server that allows for remote access to your GNOME desktop LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls |