aboutsummaryrefslogtreecommitdiff
path: root/shells/rssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/rssh/Makefile')
-rw-r--r--shells/rssh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index 58a892d2e6f1..19c4d38faf63 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -18,4 +18,8 @@ GNU_CONFIGURE= yes
MAN1= rssh.1
PLIST_FILES= bin/rssh etc/rssh.conf.dist libexec/rssh_chroot_helper
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= wordexp() is not supported on 4.x
+.endif
+.include <bsd.port.post.mk>