diff options
author | kwm <kwm@FreeBSD.org> | 2005-10-02 16:18:20 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-10-02 16:18:20 +0000 |
commit | 47e036d0375d43cc5aff01096c7924b72f994cc3 (patch) | |
tree | 801b2247d3ada0142e59c43ee01df8942c8843ca /net | |
parent | 126c8afc7e68bacd0c2e7cf347934008251e1654 (diff) | |
download | FreeBSD-ports-47e036d0375d43cc5aff01096c7924b72f994cc3.zip FreeBSD-ports-47e036d0375d43cc5aff01096c7924b72f994cc3.tar.gz |
Correct detection of vnc dependencie.
Submitted by: Piotr Smyrak <piotr dot smyrak at heron do pl>
Diffstat (limited to 'net')
-rw-r--r-- | net/tsclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index a84622a..c885774 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -16,7 +16,7 @@ COMMENT= A GNOME 2 frontend for rdesktop and vncviewer RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop .ifdef (WITH_TIGHTVNC) -RUN_DEPENDS+= tightvnc:${PORTSDIR}/net/tightvnc +RUN_DEPENDS+= vncviewer:${PORTSDIR}/net/tightvnc .endif .ifdef (WITH_XNEST) |