diff options
Diffstat (limited to 'net/freenx')
-rw-r--r-- | net/freenx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freenx/Makefile b/net/freenx/Makefile index e0fb6a7a73fa..fa4f75c33447 100644 --- a/net/freenx/Makefile +++ b/net/freenx/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${NXPREFIX}/bin/nxagent:${PORTSDIR}/net/nxserver \ bash:${PORTSDIR}/shells/bash \ expect:${PORTSDIR}/lang/expect \ gls:${PORTSDIR}/sysutils/coreutils \ - xauth:${X_CLIENTS_PORT} + xauth:${PORTSDIR}/x11/xauth USE_PERL5_RUN= yes BUILD_WRKSRC= ${WRKSRC}/nxserver-helper |