diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rssh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index 18210a511f87..84cb4a7df2a2 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -24,10 +24,6 @@ OPTIONS= RSYNC "rsync support" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= wordexp() is not supported on 4.x -.endif - .if defined(WITH_RSYNC) RUN_DEPENDS+= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync CONFIGURE_ARGS+=--with-rsync=${LOCALBASE}/bin/rsync |