diff options
author | anders <anders@FreeBSD.org> | 2008-04-26 06:45:23 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2008-04-26 06:45:23 +0800 |
commit | bd2e129f96e644d6dc0b9040c7709487fa3b9edc (patch) | |
tree | 380e8208a770886ed4817cb9e5cf5120c283f09c /net | |
parent | f4cbce2fab61c47dc2d045918f489946b5ae79ad (diff) | |
download | freebsd-ports-gnome-bd2e129f96e644d6dc0b9040c7709487fa3b9edc.tar.gz freebsd-ports-gnome-bd2e129f96e644d6dc0b9040c7709487fa3b9edc.tar.zst freebsd-ports-gnome-bd2e129f96e644d6dc0b9040c7709487fa3b9edc.zip |
Add missing runtime dependencies.
Approved by: maintainer timeout
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index f7525e1cac0f..0cf7427e9e6b 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= xc MAINTAINER= james@now.ie 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 + GNU_CONFIGURE= yes # The vnc supplied zlib seg. faults if compiled with -O CONFIGURE_ARGS= --with-installed-zlib |