aboutsummaryrefslogtreecommitdiff
path: root/net/tsclient
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-10-02 16:18:20 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-10-02 16:18:20 +0000
commit75ae66789f9938622c7a30ef63c4b63b7f29fef1 (patch)
tree1100bb99999a4eea29b38d4b9bb3ddc6d017f96c /net/tsclient
parent2d89b6b14073e239ae37eb770867187c7b23d77e (diff)
downloadports-75ae66789f9938622c7a30ef63c4b63b7f29fef1.tar.gz
ports-75ae66789f9938622c7a30ef63c4b63b7f29fef1.zip
Correct detection of vnc dependencie.
Submitted by: Piotr Smyrak <piotr dot smyrak at heron do pl>
Notes
Notes: svn path=/head/; revision=143996
Diffstat (limited to 'net/tsclient')
-rw-r--r--net/tsclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index a84622aa7f7c..c88577499bf9 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)