diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-12-04 20:34:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-12-04 20:34:41 +0000 |
commit | 7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd (patch) | |
tree | 710a885d2a708cf3b4c242ce2dae0a495d0a35cf /shells | |
parent | f1e9a9bf38f220aba0a9e2cb5ad5b8c464cc0b46 (diff) | |
download | ports-7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd.tar.gz ports-7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rssh/Makefile | 2 |
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 |