aboutsummaryrefslogtreecommitdiff
path: root/shells/rssh
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-12-04 20:34:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-12-04 20:34:41 +0000
commit7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd (patch)
tree710a885d2a708cf3b4c242ce2dae0a495d0a35cf /shells/rssh
parentf1e9a9bf38f220aba0a9e2cb5ad5b8c464cc0b46 (diff)
downloadports-7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd.tar.gz
ports-7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd.zip
Notes
Diffstat (limited to 'shells/rssh')
-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