aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/rssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index a5bc7bd4163d..f758ff333c36 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -23,7 +23,7 @@ RDIST_DESC= rdist support
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDIST}
+.if ${PORT_OPTIONS:MRDIST}
RUN_DEPENDS+= ${LOCALBASE}/bin/rdist6:${PORTSDIR}/net/rdist6
CONFIGURE_ARGS+=--with-rdist=${LOCALBASE}/bin/rdist6
.endif