diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-10-02 16:18:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-10-02 16:18:20 +0000 |
commit | 75ae66789f9938622c7a30ef63c4b63b7f29fef1 (patch) | |
tree | 1100bb99999a4eea29b38d4b9bb3ddc6d017f96c /net/tsclient | |
parent | 2d89b6b14073e239ae37eb770867187c7b23d77e (diff) |
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/Makefile | 2 |
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) |