summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2005-10-02 16:18:20 +0000
committerkwm <kwm@FreeBSD.org>2005-10-02 16:18:20 +0000
commit47e036d0375d43cc5aff01096c7924b72f994cc3 (patch)
tree801b2247d3ada0142e59c43ee01df8942c8843ca /net
parent126c8afc7e68bacd0c2e7cf347934008251e1654 (diff)
downloadFreeBSD-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/Makefile2
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)
OpenPOWER on IntegriCloud