diff options
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r-- | net/vnc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index afca7f78c51d..c7f4973ac65b 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -14,12 +14,14 @@ DISTNAME= vnc-4_1_3-unixsrc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:vnc DIST_SUBDIR= xc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= michael@fun-box.ru COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays RUN_DEPENDS= xorg-fonts>=7.2:${PORTSDIR}/x11-fonts/xorg-fonts \ xauth:${PORTSDIR}/x11/xauth +LICENSE= GPLv2 + GNU_CONFIGURE= yes # The vnc supplied zlib seg. faults if compiled with -O CONFIGURE_ARGS= --with-installed-zlib |