diff options
author | cy <cy@FreeBSD.org> | 2011-07-02 22:11:08 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-07-02 22:11:08 +0800 |
commit | fe3059f8041426eaed15b09fd787e9681e5964a7 (patch) | |
tree | cf9f73bcf6c1bbc05aac4a7525ac5b8688dfc29c | |
parent | bef96a1070da52195a885d0dadea4ddddad49172 (diff) | |
download | freebsd-ports-gnome-fe3059f8041426eaed15b09fd787e9681e5964a7.tar.gz freebsd-ports-gnome-fe3059f8041426eaed15b09fd787e9681e5964a7.tar.zst freebsd-ports-gnome-fe3059f8041426eaed15b09fd787e9681e5964a7.zip |
Fix an issue where colours will not disply by some applications.
PR: 158593
Submitted by: dinox
-rw-r--r-- | net/vnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 6f1a8f2d9009..3febe7961072 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vnc PORTVERSION= 4.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= http://www.realvnc.com/:vnc DISTNAME= vnc-4_1_3-unixsrc @@ -18,6 +18,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays RUN_DEPENDS= xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts \ + showrgb:${PORTSDIR}/x11/rgb \ xauth:${PORTSDIR}/x11/xauth LICENSE= GPLv2 |